]> Shamusworld >> Repos - ardour-manual/blob - include/working-with-plugins.html
Update Luadoc for upcoming Ardour 7
[ardour-manual] / include / working-with-plugins.html
1
2 <p>
3   <dfn>Plugins</dfn> are bits of software that get loaded by Ardour in order to:</p>
4 <ul>
5   <li>Create various audio or MIDI effects</li>
6   <li>Generate audio by functioning as "software instruments"</li>
7 </ul>
8
9 <p>
10   They are usually written by 3rd parties, though <a href="@@plugins-bundled-with-ardour">a few come as part of a standard Ardour install</a>. The sources for plugins are many and varied; see <a href="@@getting-more-plugins">here</a> for some information on how to get them.
11 </p>
12
13 <p>
14   Ardour supports a variety of different plugin standards:
15 </p>
16
17 <table class="dl">
18   <tr><th><abbr title="Linux Audio Developers' Simple Plugin API">LADSPA</abbr></th>
19   <td>An early, simple, lightweight plugin <abbr title="Application
20   Programming Interface">API</abbr>, audio effects only,
21   plugins have no editors/GUI of their own (Ardour provides one, however).</td></tr>
22   <tr><th><abbr title="LADSPA Version 2">LV2</abbr></th>
23   <td>An extensible, full-featured plugin API, audio and <abbr
24   title="Musical Instrument Digital Interface">MIDI</abbr>, plugins can provide their
25   own  <abbr title="Graphical User Interface">GUI</abbr>s but may use the
26   one Ardour provides instead.</td></tr>
27   <tr><th><abbr title="Audio Unit">AU</abbr></th>
28   <td>OS X only, full featured, audio and MIDI, plugins can provide their own GUI</td></tr>
29
30   <tr><th><abbr title="Virtual Studio Technology">VST</abbr></th>
31   <td>Plugins using Steinberg's VST plugin standard. Varies by platform:
32     <table class="dl">
33     <tr><th>on Linux</th><td>(native) Linux VST plugins fully supported (VST2.4)</td></tr>
34     <tr><th>on Windows</th><td>(native) Windows VST plugins fully supported (VST2.4)</td></tr>
35     <tr><th>on OS X</th><td>(native) macOS VST plugins fully supported (VST2.4) since Ardour 5.5</td></tr>
36   </table>
37   </td></tr>
38
39   <tr><th>Windows VST Plugins on Linux</th>
40   <td>VST plugins for Windows, but being used on Linux. <em>Not
41   supported by normal builds of Ardour. <a href="@@using-windows-vst-plugins-on-linux">Read
42   more&hellip;</a></em>
43   </td></tr>
44 </table>
45
46 <h2>Adding/Removing/Copying Plugins</h2>
47
48 <p>
49   Within Ardour, plugins are just another type of <dfn>Processor</dfn> and so
50   the techniques for adding/removing/copying/moving processors apply to plugins
51   as well. These techniques are covered on the
52   <a href="@@processor-box">Processor Box</a> page.
53 </p>
54