]> Shamusworld >> Repos - ardour-manual/blobdiff - include/understanding-basic-concepts-and-terminology.html
A tiny addendum to the bbt markers doc
[ardour-manual] / include / understanding-basic-concepts-and-terminology.html
index b4f527979474aeedea98026cf6abd2a0309f69ae..3a202d275d702eac4898e6f25016880eb75ad303 100644 (file)
   plugin standards:
 </p>
 
-<dl>
-  <dt><abbr title="Linux Audio Developers' Simple Plugin API">LADSPA</abbr></dt>
-  <dd>the first major plugin standard for Linux. Many LADSPA plugins are
-  available, mostly free and open-source.</dd>
-  <dt><abbr title="LADSPA Version 2">LV2</abbr></dt>
-  <dd>the successor to LADSPA. Lots of plugins have been ported from LADSPA to
-  LV2, and also many new plugins written.</dd>
-  <dt><abbr title="Virtual Studio Technology">VST</abbr></dt>
-  <dd>Ardour supports VST plugins that have been compiled for Linux.</dd>
-  <dt><abbr title="Audio Units">AU</abbr></dt>
-  <dd>Mac OS X versions of Ardour support AudioUnit plugins.</dd>
-</dl>
+<table class="dl">
+  <tr><th><abbr title="Linux Audio Developers' Simple Plugin API">LADSPA</abbr></th>
+  <td>the first major plugin standard for Linux. Many LADSPA plugins are
+  available, mostly free and open-source.</td></tr>
+  <tr><th><abbr title="LADSPA Version 2">LV2</abbr></th>
+  <td>the successor to LADSPA. Lots of plugins have been ported from LADSPA to
+  LV2, and also many new plugins written.</td></tr>
+  <tr><th><abbr title="Virtual Studio Technology">VST</abbr></th>
+  <td>Ardour supports VST plugins that have been compiled for Linux.</td></tr>
+  <tr><th><abbr title="Audio Units">AU</abbr></th>
+  <td>Mac OS X versions of Ardour support AudioUnit plugins.</td></tr>
+</table>
 
 <p>
   Ardour has some support for running Windows VST plugins on Linux, but this is