]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/11_working-with-plugins.html
Sometime I'll remember that I've got to use html elements...
[ardour-manual-diverged] / _manual / 11_working-with-plugins.html
1 ---
2 layout: default
3 title: Working With Plugins
4 ---                        
5
6
7
8 <p><dfn>Plugins</dfn> 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><abbr title="Linux Audio Developers' Simple Plugin API">LADSPA</abbr></dt>
28   <dd>An early, simple, lightweight plugin <abbr title="Application
29   Programming Interface">API</abbr>, audio effects only,
30   plugins have no editors/GUI of their own (Ardour provides one, however).</dd>
31   <dt><abbr title="LADSPA Version 2">LV2</abbr></dt>
32   <dd>An extensible, full-featured plugin API, audio and <abbr
33   title="Musical Instrument Digital Interface">MIDI</abbr>, plugins can provide their
34   own  <abbr title="Graphical User Interface">GUI</abbr>s</dd>
35   <dt><abbr title="Audio Unit">AU</abbr></dt>
36   <dd>OS X only, full featured, audio and MIDI, plugins can provide their own GUI</dd>
37
38   <dt>Linux <abbr title="Virtual Studio Technology">VST</abbr></dt>
39   <dd>Plugins using Steinberg's VST plugin standard but compiled specifically for Linux</dd>
40
41   <dt>Windows VST</dt>
42   <dd>Plugins using Steinberg's VST plugin standard but compiled for
43   Windows. <em>Support for this plugin format is not available in
44   regular builds of
45   Ardour. <a href="/working-with-plugins/windows-vst-support">Read
46   more...</a></em>
47   </dd>
48 </dl>
49
50 <h2>Adding/Removing/Copying Plugins</h2>
51
52 <p>Within Ardour, plugins are just another type
53 of <dfn>Processor</dfn> and so the techniques for
54 adding/removing/copying/moving processors apply to plugins as
55 well. These techniques are covered on
56 the <a href="/working-with-plugins/processor-box">Processor
57 Box</a> page.</p>
58
59 {% children %}