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