--- layout: default title: Working With Plugins ---

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

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 (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 but compiled specifically for the same platform as Ardour is running on (i.e. Linux VST for Ardour users on Linux, Windows VST for Ardour users on Windows). (Note: Ardour does not support VST plugins on OS X, just like Apple's Logic DAW).
Windows VST Plugins on Linux
Plugins using Steinberg's VST plugin standard and compiled for Windows, but being used on Linux. 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.

{% children %}