Merged with trunk R1612.
[ardour.git] / manual / xml / vst_plugins.xml
1 <?xml version="1.0" standalone="no"?>
2
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4
5 ]>
6
7 <section id="sn-vst-plugins">
8   <title>Using VST Plugins</title>
9   <section id="vst-why-so-hard">
10     <title>Why is this harder than it should be?</title>
11     <para>
12       The owners of VST (Steinberg Technologies, now owned by Yamaha) give
13       VST away to developers for free. Sounds great, but they do not those
14       same developers the ability to pass what they get from Steinberg on to
15       other developers.
16     </para>
17
18     <para>
19       This conflicts with the terms of the license for Ardour and several
20       software libraries used by Ardour. Steinberg have said quite often
21       that they are not opposed in principle to changing their license to
22       allow redistribution, but as of mid-summer 2006, it has not happened
23       yet.
24     </para>
25
26     <para>
27       All of this means that it is <emphasis>illegal</emphasis> for anyone
28       to distribute a binary (ready-to-run) version of Ardour with support
29       for VST plugins built in. If you want to use Ardour with VST plugins,
30       you must <emphasis>compile it yourself</emphasis>.
31     </para>
32
33     <para>
34       This is not a trivial undertaking; see our <emphasis>build
35       page</emphasis> for a full explanation even without VST support. This
36       page documents some more required steps for the build if you want to
37       include VST support.
38     </para>
39   </section>
40
41   <section id="building-ardour-with-vst-support">
42     <title>Getting a version of Ardour with VST support</title>
43     <para>
44       ... to be completed.
45     </para>
46   </section>
47 <!--
48         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
49                 href="Some_Subsection.xml" />
50         -->
51 </section>