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