]> Shamusworld >> Repos - ardour-manual-diverged/blob - include/using-windows-vst-plugins-on-linux.html
Collapse diagrams/ into images/.
[ardour-manual-diverged] / 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. (Note: there 
8   is no VST support of any kind on OS X).
9 </p>
10
11 <p>However, doing so has three substantial downsides:</p>
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. And crashes in Windows VST plugins are more likely when 
19   used in this way.</li>
20 </ul>
21
22 <p>The dependence on Wine makes it almost impossible for the Ardour
23 project to support this feature. Wine's functionality generally
24 improves over time, but any given release of Wine may behave worse
25 with some or all Windows VST plugins. It may even just crash Ardour
26 completely.</p>
27
28 <p>Step back and think about what "using Windows VSTs" really means:
29 taking bits of software written with only one idea in mind - running
30 on the Windows platform - and then trying to use them on an entirely
31 different platform. It is a bit of a miracle (largely thanks to the
32 incredible work done by the Wine project) that it works at all. But is
33 this the basis of a stable, reliable DAW for a non-Windows platform?
34 Getting Ardour on Linux to pretend that its really a Windows
35 application running on Windows?</p>
36
37 <p>We understand that there are many outstanding plugins available as
38 Windows VSTs and that in many cases, no equivalent is available for
39 Ardour's Linux-based users. If your workflow is so dependent on those
40 plugins, then remain on Windows (or potentially consider using an
41 actual Windows VST host running inside of Wine). If you can make the
42 effort, you will get a better environment by using a normal build of
43 Ardour and exploring the world of plugins built to run on Linux
44 natively. This covers LADSPA, LV2 and Linux VST formats, and even some
45 outstanding proprietary plugins such as those
46 from <a href="http://www.linuxdsp.co.uk/">LinuxDSP</a>
47 and <a href="http://www.loomer.co.uk/">Loomer</a>.
48 </p>
49
50 <h2>A Plea To Plugin Manufacturers</h2>
51 <p>
52   Please consider porting your plugins so that users can enjoy them on
53   Linux too. Several other commercial plugin developers have already
54   done this. You can choose between using "Linux VST" (which is what
55   Loomer and others have done) - you will find toolkits like JUCE that
56   help to make this fairly easy - or using LV2 format which is
57   ultimately more flexible but probably more work. We have users -
58   thousands of users - on Linux who would like to use your plugins. 
59 </p>
60