]> Shamusworld >> Repos - ardour-manual/blob - _manual/11_working-with-plugins.html
copy-editing chapter 8.
[ardour-manual] / _manual / 11_working-with-plugins.html
1 ---
2 layout: default
3 title: Working With Plugins
4 ---                        
5
6
7
8 <p>Plugins are bits of software that get loaded by Ardour in order to:</p>
9 <ul>
10   <li>Create various audio or MIDI effects
11   </li>
12   <li>Generate audio by functioning as "software instruments"
13   </li>
14 </ul>
15
16 <p>Ardour does not come with any built-in signal processors of its own
17 (other than volume faders) and it also generally doesn't ship with any
18 plugins. They are written by 3rd parties, though we do provide <a href="/working-with-plugins/getting-plugins/">some
19   information on how to get them</a>.
20 </p>
21
22 <p>
23 Ardour supports a variety of different plugin standards:
24 </p>
25 <dl class="narrower-table">
26
27   <dt>LADSPA</dt>
28   <dd>An early, simple, lightweight plugin API, audio effects only,
29   plugins have no editors/GUI of their own (Ardour provides one, however).</dd>
30
31   <dt>LV2</dt>
32   <dd>An extensible, full-featured plugin API, audio and MIDI, plugins can provide their own editors/GUIs</dd>
33
34   <dt>AudioUnit</dt>
35   <dd>OS X only, full featured, audio and MIDI, plugins can provide their own GUI</dd>
36
37   <dt>Linux VST</dt>
38   <dd>Plugins using Steinberg's VST plugin standard but compiled specifically for Linux</dd>
39
40   <dt>Windows VST</dt>
41   <dd>Plugins using Steinberg's VST plugin standard but compiled for
42   Windows. <em>Support for this plugin format is not available in
43   regular builds of
44   Ardour. <a href="/working-with-plugins/windows-vst-support">Read
45   more...</a></em>
46   </dd>
47 </dl>
48
49 <h2>Adding/Removing/Copying Plugins</h2>
50
51 <p>Within Ardour, plugins are just another type
52 of <code>Processor</code> and so the techniques for
53 adding/removing/copying/moving processors apply to plugins as
54 well. These techniques are covered on
55 the <a href="/working-with-plugins/the-processor-box">Processor
56 Box</a> page.</p>
57
58 {% children %}