]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/11_working-with-plugins.html
76e19c3f5a7df5d91b804c88fa9b78b5345be441
[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><abbr title="Virtual Studio Technology">VST</abbr></dt>
39   <dd>Plugins using Steinberg's VST plugin standard but compiled
40   specifically for the same platform as Ardour is running on
41   (i.e. Linux VST for Ardour users on Linux, Windows VST for Ardour
42   users on Windows). (Note: Ardour does not support VST plugins on OS
43   X, just like Apple's Logic DAW). </dd>
44
45   <dt>Windows VST Plugins on Linux</dt>
46   <dd>Plugins using Steinberg's VST plugin standard and compiled for
47   Windows, but being used on Linux. <em>Support for this plugin format is not available in
48   regular builds of
49   Ardour. <a href="/working-with-plugins/windows-vst-support">Read
50   more...</a></em>
51   </dd>
52 </dl>
53
54 <h2>Adding/Removing/Copying Plugins</h2>
55
56 <p>Within Ardour, plugins are just another type
57 of <dfn>Processor</dfn> and so the techniques for
58 adding/removing/copying/moving processors apply to plugins as
59 well. These techniques are covered on
60 the <a href="/working-with-plugins/processor-box">Processor
61 Box</a> page.</p>
62
63 {% children %}