Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / plugins.xml
blob033217e41b795268923330c6acd150d92ab57fbc
1 <?xml version="1.0" standalone="no"?>
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
5 ]>
7 <section id="sn-plugins">
8   <title>Using Plugins</title>
9   <para>
10     Using Plugins in ardour is easy and fun!
11   </para>
13   <para>
14     Fortunately for us, there's
15     <ulink url="http://ladspa.org">LADSPA!!</ulink> Ladspa stands for
16     <emphasis>L</emphasis>inux <emphasis>A</emphasis>udio
17     <emphasis>D</emphasis>evelopers <emphasis>S</emphasis>imple
18     <emphasis>P</emphasis>lugin <emphasis>A</emphasis> PI, and there is a
19     great suite of Free plugins maintained by Steve Harris at
20     <ulink url="http://plugin.org.uk">plugin.org.uk</ulink>.
21   </para>
23   <para>
24     Once you have the plugins installed, restart Ardour (don't forget to
25     save!) and open up the mixer window. See the black rectangle about 3/4
26     of the way down the mixer strip? That's the sends list. Think of a mixer
27     strip as a signal path. Follow the signal as it flows from the top down
28     through inputs, varispeed settings, volume controls, plugins and sends,
29     pan control and then output. Right-click on the empty sends list and
30     select <guimenuitem>New Plugin</guimenuitem> from the popup menu.
31   </para>
32   <mediaobject>
33     <imageobject>
34       <imagedata fileref="images/pluginmenu.jpg"/>
35     </imageobject>
36   </mediaobject>
37   <para>
38     You'll be presented with a list of available LADSPA plugins. experiment
39     and choose the one that's right for you. I really like the VyNil effect.
40     It creates an old worn out vynil record sound.
41   </para>
42   <mediaobject>
43     <imageobject>
44       <imagedata fileref="images/ladspa.jpg"/>
45     </imageobject>
46   </mediaobject>
47   <para>
48     In the screenshot below, you will find a bouquet of various LADSPA
49     plugins. aaahhh... le mot juste...
50   </para>
51   <mediaobject>
52     <imageobject>
53       <imagedata fileref="images/plugins.jpg"/>
54     </imageobject>
55   </mediaobject>
56 <!--
57         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
58                 href="Some_Subsection.xml" />
59         -->
60 </section>