]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/13_working-with-plugins.html
Sync to master.
[ardour-manual-diverged] / _manual / 13_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) but does ship with a small group of
18   plugins starting at Ardour 5.0. The shipped plugins are listed as authored by "Ardour Team"
19   and named with "a-" as the start of the name (Like a-EQ) or Authored by
20   "Ardour LUA Task Force" in which case they are example (but still useful)
21   LUA scripts. The included plugins are LV2 or LUA scripts and use
22   Ardour's generic GUI. They work on all supported platforms so that
23   projects started on one platform will sound the same on another platform
24   if they use just these plugins or other plugins that
25   are cross platform.
26   They are written by 3rd parties, though we do provide <a href="/working-with-plugins/getting-plugins/">some
27   information on how to get them</a>.
28 </p>
29
30 <h4>
31 Ardour supports a variety of different plugin standards:
32 </h4>
33 <dl class="narrower-table">
34
35   <dt><abbr title="Linux Audio Developers' Simple Plugin API">LADSPA</abbr></dt>
36   <dd>An early, simple, lightweight plugin <abbr title="Application
37   Programming Interface">API</abbr>, audio effects only,
38   plugins have no editors/GUI of their own (Ardour provides one, however).</dd>
39   <dt><abbr title="LADSPA Version 2">LV2</abbr></dt>
40   <dd>An extensible, full-featured plugin API, audio and <abbr
41   title="Musical Instrument Digital Interface">MIDI</abbr>, plugins can provide their
42   own  <abbr title="Graphical User Interface">GUI</abbr>s but may use the
43   one Ardour provides instead.</dd>
44   <dt><abbr title="Audio Unit">AU</abbr></dt>
45   <dd>OS X only, full featured, audio and MIDI, plugins can provide their own GUI</dd>
46
47   <dt><abbr title="Virtual Studio Technology">VST</abbr></dt>
48   <dd>Plugins using Steinberg's VST plugin standard. Varies by platform:
49     <dl>
50     <dt>on Linux</dt><dd>(native) Linux VST plugins fully supported (VST2.4)</dd>
51     <dt>on Windows</dt><dd>(native) Windows VST plugins fully supported (VST2.4)</dd>
52     <dt>on OS X</dt><dd>(native) macOS VST plugins fully supported (VST2.4) since Ardour 5.5</dd>
53   </dl>
54   </dd>
55
56   <dt>Windows VST Plugins on Linux</dt>
57   <dd>VST plugins for Windows, but being used on Linux. <em>Not
58   supported by normal builds of Ardour. <a href="/working-with-plugins/windows-vst-support/">Read
59   more...</a></em>
60   </dd>
61 </dl>
62
63 <h2>Adding/Removing/Copying Plugins</h2>
64
65 <p>Within Ardour, plugins are just another type
66 of <dfn>Processor</dfn> and so the techniques for
67 adding/removing/copying/moving processors apply to plugins as
68 well. These techniques are covered on
69 the <a href="/working-with-plugins/processor-box/">Processor
70 Box</a> page.</p>
71
72 {% children %}