]> Shamusworld >> Repos - ardour-manual/blobdiff - include/midi-list-editor.html
Add fine mode for using mouse scroll
[ardour-manual] / include / midi-list-editor.html
index 52d91aa1508379c11e31085216e9fc41551f9e66..d6369b02a34b67ae4824fbadb4537a9aa4019b5a 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>,
@@ -42,3 +43,4 @@
   The Name field is related to the Number one, and cannot be edited. To change a
   note, its number must be changed, which will be reflected in the Name field.
 </p>
+