]> Shamusworld >> Repos - ardour-manual/blobdiff - include/midi-list-editor.html
converting abused <dl>s into <table>s
[ardour-manual] / include / midi-list-editor.html
index 39fc3959a019c314943f006328d5f90c39bd1549..71549bb44b16c78a92e365015720da064caa184e 100644 (file)
 <p>
   The window displays the following MIDI data:
 </p>
-<dl>
-  <dt>Start</dt><dd>the timestamp of the start of the note</dd>
-  <dt>Channel</dt><dd>the MIDI channel of the event</dd>
-  <dt>Num</dt><dd>The <a href="@@midi-notes-ref">MIDI number</a> of the note</dd>
-  <dt>Name</dt><dd>The MIDI name of the note, made of its english name and octave (e.g. "C4")</dd>
-  <dt>Vel</dt><dd>the velocity of the note (i.e. its intensity, between 0 and 127)</dd>
-  <dt>Length</dt><dd>duration of the note, either expressed as a number (in ticks, related to the tempo) or as a text (fraction of a beat, also related to the tempo)</dd>
-</dl>
+<table class="dl">
+  <tr><th>Start</th><td>the timestamp of the start of the note</td></tr>
+  <tr><th>Channel</th><td>the MIDI channel of the event</td></tr>
+  <tr><th>Num</th><td>The <a href="@@midi-notes-ref">MIDI number</a> of the note</td></tr>
+  <tr><th>Name</th><td>The MIDI name of the note, made of its english name and octave (e.g. "C4")</td></tr>
+  <tr><th>Vel</th><td>the velocity of the note (i.e. its intensity, between 0 and 127)</td></tr>
+  <tr><th>Length</th><td>duration of the note, either expressed as a number (in ticks, related to the tempo) or as a text (fraction of a beat, also related to the tempo)</td></tr>
+</table>
 
 <p>
   At the top of the window is a <kbd class="menu">Sound Selected MIDI Notes</kbd>,