manual/_manual/11_working-with-plugins.html

60 lines
2.1 KiB
HTML
Raw Normal View History

2013-01-29 19:26:36 -05:00
---
layout: default
2013-01-31 12:21:18 -05:00
title: Working With Plugins
2013-01-29 19:26:36 -05:00
---
2014-02-05 13:31:58 -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>Ardour does not come with any built-in signal processors of its own
(other than volume faders) and it also generally doesn't ship with any
plugins. They are written by 3rd parties, though we do provide <a href="/working-with-plugins/getting-plugins/">some
2013-06-07 00:07:23 -04:00
information on how to get them</a>.
</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</dd>
<dt><abbr title="Audio Unit">AU</abbr></dt>
<dd>OS X only, full featured, audio and MIDI, plugins can provide their own GUI</dd>
2014-02-05 13:31:58 -05:00
<dt>Linux <abbr title="Virtual Studio Technology">VST</abbr></dt>
<dd>Plugins using Steinberg's VST plugin standard but compiled specifically for Linux</dd>
<dt>Windows VST</dt>
<dd>Plugins using Steinberg's VST plugin standard but compiled for
Windows. <em>Support for this plugin format is not available in
regular builds of
Ardour. <a href="/working-with-plugins/windows-vst-support">Read
more...</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
2014-02-05 13:31:58 -05:00
of <dfn>Processor</dfn> and so the techniques for
adding/removing/copying/moving processors apply to plugins as
well. These techniques are covered on
2014-08-10 10:48:41 -04:00
the <a href="/working-with-plugins/processor-box">Processor
Box</a> page.</p>
2013-01-29 19:26:36 -05:00
{% children %}