]> Shamusworld >> Repos - ardour-manual/blobdiff - include/waveform-display.html
Continuing the rephrasing
[ardour-manual] / include / waveform-display.html
index eed2d08bd71f113b75ccf57bce281ab33af2595d..19a3d87a165cd95924f67b3a66b1e3bf9c1483fc 100644 (file)
@@ -7,33 +7,24 @@
   different usecases and user preferences. The following options are
   available:
 </p>
   different usecases and user preferences. The following options are
   available:
 </p>
-<dl class="wide-table">
-  <dt>Show waveforms in regions</dt>
-  <dd>By default, Ardour draws waveforms within audio regions. Disable this
-  option to hide them.</dd>
-  <dt>Waveform scale</dt>
-  <dd>
-    <dl>
-      <dt>Linear</dt>
-      <dd>This is the traditional <dfn>linear</dfn> (1:1) display of the
-      peak envelope, or, at higher zoom levels, the individual samples.</dd>
-      <dt>Logarithmic</dt>
-      <dd>Alternatively, you can use a <dfn>logarithmic</dfn> display of the
-      peak envelope. This will give you a better idea of program loudness (it is similar
+<table class="dl">
+  <tr><th>Show waveforms in regions</th>
+      <td colspan="2">By default, Ardour draws waveforms within audio regions. Disable this
+      option to hide them.</td></tr>
+  <tr><th rowspan="2">Waveform scale</th>
+      <th>Linear</th>
+      <td>This is the traditional <dfn>linear</dfn> (1:1) display of the
+      peak envelope, or, at higher zoom levels, the individual samples.</td></tr>
+  <tr><th>Logarithmic</th>
+      <td>Alternatively, a <dfn>logarithmic</dfn> display of the
+      peak envelope can be used. This will give a better idea of program loudness (it is similar
       to dBs) and plot soft passages more clearly, which is useful for soft
       to dBs) and plot soft passages more clearly, which is useful for soft
-      recordings or small track height.</dd>
-    </dl>
-  </dd>
-  <dt>Waveform shape</dt>
-  <dd>
-    <dl>
-      <dt>Traditional</dt>
-      <dd>The <dfn>zero</dfn> line appears in the middle of the display and waveforms
-      appear as positive and negative peaks above <em>and</em> below.</dd>
-      <dt>Rectified</dt>
-      <dd>The zero line appears at the bottom of the display and waveforms appear
-      as absolute peaks <em>above</em> the line only.</dd>
-    </dl>
-  </dd>
-</dl>
-
+      recordings or small track height.</td></tr>
+  <tr><th rowspan="2">Waveform shape</th>
+      <th>Traditional</th>
+      <td>The <dfn>zero</dfn> line appears in the middle of the display and waveforms
+      appear as positive and negative peaks above <em>and</em> below.</td></tr>
+  <tr><th>Rectified</th>
+      <td>The zero line appears at the bottom of the display and waveforms appear
+      as absolute peaks <em>above</em> the line only.</td></tr>
+</table>