]> Shamusworld >> Repos - ardour-manual/blob - include/using-windows-vst-plugins-on-linux.html
Add initial bbt markers documentation
[ardour-manual] / include / using-windows-vst-plugins-on-linux.html
1
2 <p>
3   Thanks to the combined work of Torben Hohn, Kjetil Mattheusen, Paul
4   Davis and a few other developers, it is possible to use Windows
5   <dfn><abbr title="Virtual Studio Technology">VST</abbr>
6   plugins</dfn> (that is, plugins in VST format built and distributed
7   for the Windows platforms) on Ardour running on Linux.
8 </p>
9
10 <p>However, doing so has three <em>substantial</em> downsides:</p>
11
12 <ul>
13   <li>It requires a special build of Ardour that is fundamentally
14   very different from normal builds</li>
15   <li>Support depends on <a href="http://winehq.org/">Wine</a>,
16   a Windows "emulator"</li>
17   <li>As usual with plugins, a crashing plugin will take Ardour down
18   with it&mdash;and crashes in Windows VST plugins are more likely when
19   used in this way</li>
20 </ul>
21
22 <p>
23   The dependence on Wine makes it almost impossible for the Ardour
24   project to support this feature. Wine's functionality generally
25   improves over time, but any given release of Wine may behave worse
26   with some or all Windows VST plugins. It may even just crash Ardour
27   completely.
28 </p>
29
30 <p>
31   Step back and think about what "using Windows VSTs" really means:
32   taking bits of software written with only one idea in mind&mdash;running
33   on the Windows platform&mdash;and then trying to use them on an entirely
34   different platform. It is a bit of a miracle (thanks largely to the
35   incredible work done by the Wine project) that it works at all. But is
36   this the basis of a stable, reliable DAW for a non-Windows platform?
37   Getting Ardour on Linux to pretend that its really a Windows
38   application running on Windows?
39 </p>
40
41 <p>
42   It is understandable that there are many outstanding plugins available as
43   Windows VSTs and, that in many cases, no equivalent is available for Linux.
44   If a workflow is so dependent on those plugins, Ardour should be used on
45   Windows (or potentially used with an actual Windows VST host running inside
46   of Wine). If the effort can be made, a better environment can be obtained by
47   using a normal build of Ardour and exploring the world of plugins built to
48   run on Linux natively. This covers LADSPA, LV2 and Linux VST formats, and
49   even some outstanding proprietary plugins such as those from
50   <a href="http://www.loomer.co.uk/">Loomer</a>.
51 </p>
52
53 <h2>A Plea To Plugin Manufacturers</h2>
54
55 <p>
56   Please consider porting your plugins so that users can enjoy them on
57   Linux too. Several other commercial plugin developers have already
58   done this. You can choose between using "Linux VST" (which is what
59   Loomer and others have done)&mdash;you will find toolkits like JUCE that
60   help to make this fairly easy&mdash;or using LV2 format which is
61   ultimately more flexible but probably requires more work. We have
62   users&mdash;thousands of users&mdash;on Linux who would like to use your
63   plugins.
64 </p>
65