X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=_manual%2F11_working-with-plugins.html;h=ae054adaec5e6b041a2bd62841ebdaf29ee4727b;hb=d2f3daa498bef39dc0602dfc7b0ee12cb13b40ab;hp=e56adf5ae160987a84139d8256a23739212f2d2d;hpb=ae6efdc4a0dd1825a30a1b95b70d6a5f799713a9;p=ardour-manual-diverged diff --git a/_manual/11_working-with-plugins.html b/_manual/11_working-with-plugins.html index e56adf5..ae054ad 100644 --- a/_manual/11_working-with-plugins.html +++ b/_manual/11_working-with-plugins.html @@ -1,37 +1,64 @@ --- layout: default -title: Working with Plugins +title: Working With Plugins --- - -

Plugins are bits of software that get loaded by Ardour in order to:

+ +

Plugins are bits of software that get loaded by Ardour in order to:

-

Plugins are written by 3rd parties, and Ardour supports a variety of different plugin standards:

+ +

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 some + information on how to get them. +

+ +

+Ardour supports a variety of different plugin standards: +

-
LADSPA
-
An early, simple, lightweight plugin API, audio effects only, plugins have no editors/GUI of their own
-
LV2
-
An extensible, full-featured plugin API, audio and MIDI, plugins can provide their own editors/GUIs
-
AudioUnit
-
OS X only, full featured, audio and MIDI, plugins can provide their own GUI
-
Linux VST
-
Plugins using Steinberg's VST plugin standard but compiled specifically for Linux
-
Windows VST
-
Plugins using Steinberg's VST plugin standard but compiled for Windows. Support for this plugin format is not available in regular builds of Ardour. Read more... -
-
-

Adding/Removing/Copying Plugins

-

Within Ardour, plugins are just another type of Processor and so the techniques for adding/removing/copying/moving processors apply to plugins as well. These techniques are covered on the Processor Box page.

- +
LADSPA
+
An early, simple, lightweight plugin API, audio effects only, + plugins have no editors/GUI of their own (Ardour provides one, however).
+
LV2
+
An extensible, full-featured plugin API, audio and MIDI, plugins can provide their + own GUIs
+
AU
+
OS X only, full featured, audio and MIDI, plugins can provide their own GUI
+ +
VST
+
Plugins using Steinberg's VST plugin standard. Varies by platform: +
+
on Linux
(native) Linux VST plugins fully supported (VST2.4)
+
on Windows
(native) Windows VST plugins fully supported (VST2.4)
+
on OS X
Not supported, unless you use a VST<>AU + bridge plugin. Similar to Apple's Logic DAW.
+
+
+
Windows VST Plugins on Linux
+
VST plugins for Windows, but being used on Linux. Not + supported by normal builds of Ardour. Read + more... +
+ +

Adding/Removing/Copying Plugins

+

Within Ardour, plugins are just another type +of Processor and so the techniques for +adding/removing/copying/moving processors apply to plugins as +well. These techniques are covered on +the Processor +Box page.

{% children %}