manual/include/working-with-plugins.html

55 lines
2.2 KiB
HTML
Raw Normal View History

2013-01-29 19:26:36 -05:00
<p>
<dfn>Plugins</dfn> are bits of software that get loaded by Ardour in order to:</p>
2013-01-29 19:26:36 -05:00
<ul>
<li>Create various audio or MIDI effects</li>
<li>Generate audio by functioning as "software instruments"</li>
2013-01-29 19:26:36 -05:00
</ul>
<p>
2017-02-16 12:09:10 -05:00
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.
</p>
<p>
Ardour supports a variety of different plugin standards:
</p>
2013-01-29 19:26:36 -05:00
<dl class="narrower-table">
2014-02-05 13:31:58 -05:00
<dt><abbr title="Linux Audio Developers' Simple Plugin API">LADSPA</abbr></dt>
<dd>An early, simple, lightweight plugin <abbr title="Application
Programming Interface">API</abbr>, audio effects only,
plugins have no editors/GUI of their own (Ardour provides one, however).</dd>
2014-02-05 13:31:58 -05:00
<dt><abbr title="LADSPA Version 2">LV2</abbr></dt>
<dd>An extensible, full-featured plugin API, audio and <abbr
title="Musical Instrument Digital Interface">MIDI</abbr>, plugins can provide their
own <abbr title="Graphical User Interface">GUI</abbr>s but may use the
one Ardour provides instead.</dd>
2014-02-05 13:31:58 -05:00
<dt><abbr title="Audio Unit">AU</abbr></dt>
<dd>OS X only, full featured, audio and MIDI, plugins can provide their own GUI</dd>
<dt><abbr title="Virtual Studio Technology">VST</abbr></dt>
2015-06-12 13:09:52 -04:00
<dd>Plugins using Steinberg's VST plugin standard. Varies by platform:
<dl>
<dt>on Linux</dt><dd>(native) Linux VST plugins fully supported (VST2.4)</dd>
2015-06-12 13:10:47 -04:00
<dt>on Windows</dt><dd>(native) Windows VST plugins fully supported (VST2.4)</dd>
<dt>on OS X</dt><dd>(native) macOS VST plugins fully supported (VST2.4) since Ardour 5.5</dd>
2015-06-12 13:09:52 -04:00
</dl>
</dd>
<dt>Windows VST Plugins on Linux</dt>
2015-06-12 13:09:52 -04:00
<dd>VST plugins for Windows, but being used on Linux. <em>Not
supported by normal builds of Ardour. <a href="@@using-windows-vst-plugins-on-linux">Read
more&hellip;</a></em>
</dd>
</dl>
<h2>Adding/Removing/Copying Plugins</h2>
2013-01-29 19:26:36 -05:00
<p>
Within Ardour, plugins are just another type of <dfn>Processor</dfn> and so
the techniques for adding/removing/copying/moving processors apply to plugins
as well. These techniques are covered on the
<a href="@@processor-box">Processor Box</a> page.
</p>
2013-01-29 19:26:36 -05:00