Difference between revisions of "Plug-ins"
From Audacity Wiki
(reworded to apply equally to all platforms) |
Galeandrews (talk | contribs) (Updating information. Removing ToDo (free plug-in sources listed). Transferring some information to VST Plug-ins) |
||
Line 1: | Line 1: | ||
− | [[ | + | {{intro|This page is an overview of the four audio plug-in formats supported by Audacity.|Audacity has built-in support for [http://en.wikipedia.org/wiki/LADSPA LADSPA] and [http://audacity.sourceforge.net/help/nyquist Nyquist] plug-ins, and platform-specific support for [http://en.wikipedia.org/wiki/Virtual_Studio_Technology VST] and [http://en.wikipedia.org/wiki/Audio_Units Audio Unit] plug-ins.}} |
− | |||
− | * [[Ladspa Plug-ins]] | + | __TOC__ |
+ | |||
+ | |||
+ | <div id="types"></div> | ||
+ | ==Types of plug-in== | ||
+ | Audacity can use four types of plug-in effects: | ||
+ | |||
+ | * [[Ladspa Plug-ins|LADSPA Plug-ins]] | ||
* [[Nyquist Plug-ins]] | * [[Nyquist Plug-ins]] | ||
− | * [[VST Plug-ins]] | + | * [[VST Plug-ins|VST effect plug-ins]] ''(only on Windows and Mac)'' |
+ | {{Hint|In Audacity 1.2, you must add the [http://www.audacityteam.org/vst/ VST Enabler] to your computer to use VST plug-ins (the Enabler is essentially a LADSPA interface for VST plug-ins). [http://audacity.sourceforge.net/download/ Audacity Beta] has built-in support for VST effects.}} | ||
+ | * [[Audio Units|Audio Unit Plug-ins]] ''(only on Mac with [http://audacity.sourceforge.net/download/beta_mac Audacity Beta])''. | ||
+ | |||
− | How do you | + | == How do you add plug-ins to Audacity? == |
− | * | + | |
− | * | + | On Windows and Mac, put them in the Audacity Plug-ins folder. |
− | * | + | * On '''Windows''', the Audacity plug-ins folder is usually at {{path|C:\Program Files\Audacity\Plug-ins}} |
+ | * On '''Mac''', the Audacity plug-ins folder is usually at {{path|Mac Hard Disk > Applications > Audacity > Plug-ins}} | ||
+ | {{Hint|For extra paths from which Audacity can load LADSPA, VST or Audio Unit plug-ins, see the respective links in "Types of plug-in" [[#types|above]].}} | ||
+ | * '''On Linux''', plug-ins can be added to: | ||
:{{path|~/.audacity-files/plug-ins}} | :{{path|~/.audacity-files/plug-ins}} | ||
:{{path|/usr/share/audacity/plug-ins}} | :{{path|/usr/share/audacity/plug-ins}} | ||
Line 16: | Line 28: | ||
:{{path|/usr/local/share/audacity/plug-ins}} or | :{{path|/usr/local/share/audacity/plug-ins}} or | ||
:{{path|/usr/local/lib/ladspa/plug-ins}} | :{{path|/usr/local/lib/ladspa/plug-ins}} | ||
− | |||
− | |||
− | + | == Free plug-in downloads == | |
+ | * '''LADSPA''' | ||
+ | ** [http://audacity.googlecode.com/files/LADSPA_plugins-win-0.4.15.exe Set of over 90 plug-ins for Windows] | ||
+ | ** [http://ardour.org/files/releases/swh-plugins-0.4.15.dmg Set of over 90 plug-ins for Mac] | ||
+ | ** [http://www.ladspa.org Linux information] | ||
+ | |||
+ | * '''Nyquist''' | ||
+ | ** [[Download Nyquist Plug-ins|Recommended Plug-ins]] | ||
+ | ** [http://forum.audacityteam.org/viewforum.php?f=42 Experimental Plug-ins] | ||
+ | |||
+ | * '''VST''' | ||
+ | ** [http://free-loops.com/free-vst-plugins.php Free-Loops] (Windows) | ||
+ | ** [http://www.hitsquad.com Hitsquad] for [http://www.hitsquad.com/smm/win95/PLUGINS_VST/freeware/ Windows] and [http://www.hitsquad.com/smm/mac/PLUGINS_VST/freeware/ Mac] | ||
+ | ** [http://www.kvraudio.com/ KVR Audio] for [http://www.kvraudio.com/get.php?mode=results&st=q&s=6 Windows] and [http://www.kvraudio.com/get.php?mode=results&st=q&s=8 Mac] | ||
+ | ** [http://dmoz.org/Computers/Multimedia/Music_and_Audio/Software/Plug-ins Open Directory] (Windows, Mac) | ||
+ | |||
+ | * '''Audio Units''' (only on Mac with [http://audacity.sourceforge.net/download/beta_mac Audacity Beta])'' | ||
+ | ** [http://www.hitsquad.com/smm/mac/PLUGINS_AU/freeware/ Hitsquad] | ||
+ | |||
+ | |||
+ | == Limitations == | ||
+ | |||
+ | * '''No real-time effects:''' Audacity cannot yet preview an effect while changing the parameters of the effect. Audacity cannot yet apply effects to audio while it is playing or recording. | ||
+ | * VST instrument (VSTi) plug-ins that generate sound are not supported | ||
==For Developers== | ==For Developers== | ||
− | If you're interested in writing your own plug-ins, see "[[Creating your own Plug-in]]". | + | * If you're interested in writing your own plug-ins, see "[[Creating your own Plug-in]]". |
+ | * To help us improve support for audio plug-ins, subscribe to [http://lists.sourceforge.net/lists/listinfo/audacity-devel audacity-devel] and introduce yourself. | ||
[[Category:Plug-ins]] | [[Category:Plug-ins]] |
Revision as of 00:12, 12 May 2011
This page is an overview of the four audio plug-in formats supported by Audacity.
|
Contents
Types of plug-in
Audacity can use four types of plug-in effects:
- LADSPA Plug-ins
- Nyquist Plug-ins
- VST effect plug-ins (only on Windows and Mac)
In Audacity 1.2, you must add the VST Enabler to your computer to use VST plug-ins (the Enabler is essentially a LADSPA interface for VST plug-ins). Audacity Beta has built-in support for VST effects.
- Audio Unit Plug-ins (only on Mac with Audacity Beta).
How do you add plug-ins to Audacity?
On Windows and Mac, put them in the Audacity Plug-ins folder.
- On Windows, the Audacity plug-ins folder is usually at C:\Program Files\Audacity\Plug-ins
- On Mac, the Audacity plug-ins folder is usually at Mac Hard Disk > Applications > Audacity > Plug-ins
For extra paths from which Audacity can load LADSPA, VST or Audio Unit plug-ins, see the respective links in "Types of plug-in" above.
- On Linux, plug-ins can be added to:
- ~/.audacity-files/plug-ins
- /usr/share/audacity/plug-ins
- /usr/lib/ladspa/plug-ins
- /usr/local/share/audacity/plug-ins or
- /usr/local/lib/ladspa/plug-ins
Free plug-in downloads
- VST
- Free-Loops (Windows)
- Hitsquad for Windows and Mac
- KVR Audio for Windows and Mac
- Open Directory (Windows, Mac)
- Audio Units (only on Mac with Audacity Beta)
Limitations
- No real-time effects: Audacity cannot yet preview an effect while changing the parameters of the effect. Audacity cannot yet apply effects to audio while it is playing or recording.
- VST instrument (VSTi) plug-ins that generate sound are not supported
For Developers
- If you're interested in writing your own plug-ins, see "Creating your own Plug-in".
- To help us improve support for audio plug-ins, subscribe to audacity-devel and introduce yourself.