sublist for VST support description

This commit is contained in:
Paul Davis 2015-06-12 13:09:52 -04:00
parent 68b160728d
commit 2001a0bbe6

View File

@ -36,17 +36,18 @@ Ardour supports a variety of different plugin standards:
<dd>OS X only, full featured, audio and MIDI, plugins can provide their own GUI</dd> <dd>OS X only, full featured, audio and MIDI, plugins can provide their own GUI</dd>
<dt><abbr title="Virtual Studio Technology">VST</abbr></dt> <dt><abbr title="Virtual Studio Technology">VST</abbr></dt>
<dd>Plugins using Steinberg's VST plugin standard but compiled <dd>Plugins using Steinberg's VST plugin standard. Varies by platform:
specifically for the same platform as Ardour is running on <dl>
(i.e. Linux VST for Ardour users on Linux, Windows VST for Ardour <dt>on Linux</dt><dd>(native) Linux VST plugins fully supported (VST2.4)</dd>
users on Windows). (Note: Ardour does not support VST plugins on OS <dt>on Windows</dt><dt>(native) Windows VST plugins fully supported (VST2.4)</dd>
X, just like Apple's Logic DAW). </dd> <dt>on OS X</dt><dd>Not supported, unless you use a VST&lt;&gt;AU
bridge plugin. Similar to Apple's Logic DAW.</dd>
</dl>
</dd>
<dt>Windows VST Plugins on Linux</dt> <dt>Windows VST Plugins on Linux</dt>
<dd>Plugins using Steinberg's VST plugin standard and compiled for <dd>VST plugins for Windows, but being used on Linux. <em>Not
Windows, but being used on Linux. <em>Support for this plugin format is not available in supported by normal builds of Ardour. <a href="/working-with-plugins/windows-vst-support">Read
regular builds of
Ardour. <a href="/working-with-plugins/windows-vst-support">Read
more...</a></em> more...</a></em>
</dd> </dd>
</dl> </dl>