---
layout: default
title: Working with Plugins
---
Plugins are bits of software that get loaded by Ardour in order to:
- Create various audio or MIDI effects
- Generate audio by functioning as "software instruments"
Plugins are written by 3rd parties, and 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.
{% children %}