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