]> Shamusworld >> Repos - ardour-manual/blob - include/getting-more-plugins.html
Add NDI Input plugin screenshot
[ardour-manual] / include / getting-more-plugins.html
1
2 <p>
3   The following list shows a few <dfn>plugin packages</dfn>. In some cases, a
4   package contains just one or two plugins; in other cases, dozens.
5 </p>
6
7 <p>
8         This list does not aim at being exhaustive.
9 </p>
10
11 <h2>Plugins by Standard:</h2>
12
13 <h3 id="LV2">LV2</h3>
14
15 <ul>
16 <li>SWH <a href="http://plugin.org.uk/lv2/">http://plugin.org.uk/lv2/</a> [GNU GPLv3]</li>
17 <li>ll-plugins <a href="http://ll-plugins.nongnu.org/">http://ll-plugins.nongnu.org/</a>  [GNU GPLv3]</li>
18 <li>ZynAddSubFX <a href="http://zynaddsubfx.sourceforge.net/">http://zynaddsubfx.sourceforge.net/</a> [GNU GPLv2+]</li>
19 <li>OvertoneDSP <a href="https://www.overtonedsp.co.uk/">https://www.overtonedsp.co.uk/</a> [Proprietary]</li>
20 <li>Invada Studio <a href="https://launchpad.net/invada-studio/">https://launchpad.net/invada-studio/</a> [GNU GPLv2]</li>
21 <li>Pianoteq <a href="https://www.pianoteq.com/">https://www.pianoteq.com/</a> [Proprietary]</li>
22 </ul>
23
24 <h3 id="LADSPA">LADSPA</h3>
25
26 <ul>
27 <li>Kokkini Zita <a href="http://kokkinizita.linuxaudio.org/linuxaudio/">http://kokkinizita.linuxaudio.org/linuxaudio/</a> [GNU GPL/GNU GPLv3]</li>
28 <li>Blepvco <a href="http://smbolton.com/linux.html">http://www.smbolton.com/linux.html</a> [GNU GPLv2+]</li>
29 <li>Blop <a href="http://blop.sourceforge.net/">http://blop.sourceforge.net/</a> [GNU GPLv2]</li>
30 <li>CAPS <a href="http://quitte.de/dsp/caps.html">http://quitte.de/dsp/caps.html</a> [GNU GPLv3]</li>
31 <li>CMT <a href="http://www.ladspa.org/cmt/overview.html">http://www.ladspa.org/cmt/overview.html</a> [GNU GPLv2]</li>
32 <li>FOO <a href="https://github.com/sampov2/foo-plugins">https://github.com/sampov2/foo-plugins</a> [GNU GPLv2]</li>
33 <li>NJL <a href="https://github.com/tialaramex/njl-plugins">https://github.com/tialaramex/njl-plugins</a> [GNU GPLv2]</li>
34 <li>Omins <a href="http://www.nongnu.org/om-synth/omins.html">http://www.nongnu.org/om-synth/omins.html</a> [GNU GPLv3]</li>
35 <li>SWH <a href="http://plugin.org.uk/">http://plugin.org.uk/</a> [GNU GPLv3]</li>
36 <li>TAP <a href="http://tap-plugins.sourceforge.net/">http://tap-plugins.sourceforge.net/</a> [GNU GPLv2]</li>
37 <li>VCF <a href="http://users.suse.com/~mana/ladspa.html">http://www.suse.de/~mana/ladspa.html</a> [GNU LGPL]</li>
38 <li>VLevel <a href="http://vlevel.sourceforge.net/about/">http://vlevel.sourceforge.net/</a> [GNU GPLv2]</li>
39 <li>Vocoder <a href="http://www.sirlab.de/linux/download_vocoder.html">http://www.sirlab.de/linux/download_vocoder.html</a> [GNU GPLv2+]</li>
40 <li>WASP <a href="http://linux01.gwdg.de/~nlissne/wasp/index.html">http://linux01.gwdg.de/~nlissne/wasp/index.html</a> [GNU GPLv3]</li>
41 <li>Nova <a href="http://chuck.stanford.edu/planetccrma/mirror/fedora/linux/planetccrma/10/i386/repoview/ladspa-nova-plugins.html">http://chuck.stanford.edu/planetccrma/mirror/fedora/linux/planetccrma/10/i386/repoview/ladspa-nova-plugins.html</a> [GNU GPLv2+]</li>
42 <li>Socal’s LEET Plugins <a href="http://code.google.com/p/leetplugins/">http://code.google.com/p/leetplugins/</a> [GNU GPLv2]</li>
43 </ul>
44
45 <h3 id="LinuxVST">Linux VST (LXVST)</h3>
46
47 <ul>
48   <li>Loomer <a href="http://www.loomer.co.uk/">http://www.loomer.co.uk/</a> [Proprietary]</li>
49   <li>Distrho <a href="http://distrho.sourceforge.net/ports.php">http://distrho.sourceforge.net/ports.php</a> [GNU GPLv3]</li>
50   <li>Argotlunar <a href="http://argotlunar.info/">http://argotlunar.info/</a> [GNU GPLv2]</li>
51   <li>U-he <a href="https://u-he.com/">https://u-he.com/</a> [Proprietary]</li>
52 </ul>
53
54 <h2>How to install plugins?</h2>
55
56 <h3>Linux</h3>
57
58 <p>
59   <dfn>Installation</dfn> will vary a little depending on how the plugins have
60   been obtained. If a particular plugin package appears in the local repository,
61   installing it using is done by using the normal software package management
62   tool for the system. Most Linux distributions that are good for audio work
63   will have most of the LADSPA and LV2 plugins mentioned above available in
64   ready-to-use form.
65 </p>
66 <p>
67   Finding them will typically require <em>searching</em> the
68   distribution's repository to find the name of the package. The tools
69   for doing this vary from distribution to distribution. A good place
70   to start searching is with the name of the package (e.g. "caps" or
71   "cmt"). There are no fixed rules about what different Linux
72   distributions call their packages for a given set of plugins.
73 </p>
74 <p>
75   If the package isn't available, then the plugins can be built from
76   source (plugins are generally fairly easy to compile and well-documented).
77 </p>
78 <p>
79   LADSPA plugins are shared library files. They need to be installed
80   in either /usr/lib/ladspa, /usr/local/lib/ladspa or in a directory
81   mentioned in the local LADSPA_PATH environment variable.
82 </p>
83 <p>
84   LV2 plugins are folders/directories. They need to be
85   installed in either /usr/lib/lv2, /usr/local/lib/lv2 or a directory
86   mentioned in the local LV2_PATH environment variable.
87 </p>
88 <p>
89   Linux VST (LXVST) plugins are distributed as shared library
90   files. They are typically installed in /usr/lib/lxvst,
91   /usr/local/lib/lxvst or a directory mentioned in the local LXVST_PATH
92   environment variable.
93 </p>
94
95 <h3>OS X</h3>
96 <p>
97   Except for the particularly technical computer user, building and
98   installing plugins in the LV2 (or LADSPA) format is probably not
99   something worth planning on.
100 </p>
101 <p>
102   Most of the plugins likely to be used on OS X will be in Apple's
103   AudioUnit format. These have their own installation process that tends to
104   just work.
105 </p>