Add the ardour manual converted to docbook format with only a few minor
[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 VST
13                         away to developers for free. Sounds great, but they do not those same
14                         developers the ability to pass what they get from Steinberg on to other
15                         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 that
21                         they are not opposed in principle to changing their license to allow
22                         redistribution, but as of mid-summer 2006, it has not happened yet.
23                 </para>
24
25                 <para>
26                         All of this means that it is <emphasis>illegal</emphasis> for anyone to
27                         distribute a binary (ready-to-run) version of Ardour with support for VST
28                         plugins built in. If you want to use Ardour with VST plugins, you must
29                         <emphasis>compile it yourself</emphasis>.
30                 </para>
31
32                 <para>
33                         This is not a trivial undertaking; see our
34                         <emphasis>build page</emphasis>
35                         for a full explanation even without VST support. This page documents some
36                         more required steps for the build if you want to include VST support.
37                 </para>
38         </section>
39
40         <section id="building-ardour-with-vst-support">
41                 <title>Getting a version of Ardour with VST support</title>
42                 <para>
43                         ... to be completed.
44                 </para>
45         </section>
46 <!--
47         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
48                 href="Some_Subsection.xml" />
49         -->
50 </section>