]> Shamusworld >> Repos - ardour-manual/blobdiff - include/midi-tracer.html
Removed link to MIDI on Linux page in Mackie Control setup page.
[ardour-manual] / include / midi-tracer.html
index 91220cdd81fce87de26c23980b8e7eb668cff4f2..7bde96c0ba6254dd656737690e8253a8b14d93c5 100644 (file)
@@ -1,52 +1,95 @@
 
-<figure>
+<figure class="right">
   <img src="/images/midi-tracer.png" alt="The MIDI Tracer window">
-  <figcaption>
+  <figcaption class="center">
     The MIDI Tracer window
   </figcaption>
 </figure>
 
 <p>
-  The <dfn>MIDI Tracer</dfn> is similar to the <a href="@@midi-list-editor">MIDI
-  List Editor</a>, in the way that it displays MIDI information as a tabular text
-  view, and has a vertical flow, i.e. the events follow a top to bottom time
-  order.
+  The <dfn>MIDI Tracer</dfn> window, which is accessed by selecting <kbd
+  class="menu">Window &gt; MIDI Tracer</kbd> from the main menu, is similar to
+  the <a href="@@midi-list-editor">MIDI List Editor</a> in that it displays
+  MIDI information as tabular text, and has a vertical flow (i.e. the
+  events follow a top to bottom time-oriented order).
 </p>
+
 <p>
-  Its use is different though, as it is <em>not</em> bound to a specific region or track:
-  the MIDI that is monitored is any global input or output Ardour presents to the
-  system. It is hence a very useful option to monitor a MIDI port, be it an external
-  controller/device or the in/output of any track.
+  Its use is different however, as it is <em>not</em> bound to a specific
+  region or track; the MIDI shown in the MIDI Tracer window is any global input
+  or output Ardour presents to the system. As such, it is a very useful way to
+  monitor MIDI traffic, whether it is an external controller or device or the
+  input or output of any track.
 </p>
-<p>
-  It is accessed by selecting the <kbd class="menu">Window &gt; MIDI Tracer</kbd>
-  menu.
+
+<p class="note">
+  The MIDI Tracer can list all types of MIDI and "audio" events, and <a href="@@midi-scene-automation">scene automation</a> and <a href="@@timecode-generators-and-slaves">timecode</a> events as well.
 </p>
+
 <p>
-  The window is made of:
+  The window consists of:
 </p>
-<dl>
-  <dt><dfn>Port</dfn></dt><dd>a list of all the MIDI ports Ardour presents to the system. They
-    are both internal and external and are the same ports Ardour presents to JACK, if
-    enabled.</dd>
-  <dt>the events list</dt><dd>where all the events for this port are listed, see below</dd>
-  <dt><dfn>Line history</dfn></dt><dd>how many lines should be kept in the events list</dd>
-  <dt><dfn>Delta times</dfn></dt><dd>if checked, shows the times as the duration since the last event, instead of the <a href="@@on-clock-and-time">absolute time</a></dd>
-  <dt><dfn>Decimal</dfn></dt><dd>if checked, shows the MIDI data as decimal values instead of the original hexadecimal values</dd>
-  <dt><dfn>Enabled</dfn></dt><dd>if checked, the events are displayed in the events list, otherwise stops the logging</dd>
-  <dt><dfn>Auto-Scroll</dfn></dt><dd>if checked, the events list scrolls as new events are logged, allowing to keep the newest events on screen</dd>
-</dl>
+
+<table class="dl">
+<tr>
+  <th><dfn>Port</dfn></th>
+  <td>A list of all the MIDI ports Ardour presents to the system. They are both
+  internal and external and are the same ports Ardour presents to JACK, if
+  enabled</td>
+</tr>
+<tr>
+  <th>The events list</th>
+  <td>Where all the events for this port are listed, see below</td>
+</tr>
+<tr>
+  <th><dfn>Line history</dfn></th>
+  <td>How many lines should be kept in the events list; once this limit is
+  reached, older events will be removed from the list</td>
+</tr>
+<tr>
+  <th><dfn>Delta times</dfn></th>
+  <td>If checked, shows the times as the duration since the last event, instead
+  of <a href="@@on-clock-and-time">absolute times</a></td>
+</tr>
+<tr>
+  <th><dfn>Decimal</dfn></th>
+  <td>If checked, shows the MIDI data as decimal values instead of
+  hexadecimal</td>
+</tr>
+<tr>
+  <th><dfn>Enabled</dfn></th>
+  <td>If checked, events are displayed in the events list as they occur,
+  otherwise stops the logging</td>
+</tr>
+<tr>
+  <th><dfn>Auto-Scroll</dfn></th>
+  <td>If checked, the events list scrolls as new events are logged, keeping the
+  newest events on screen</td>
+</tr>
+</table>
 
 <p>
   The events list displays the events as columns:
 </p>
-<dl>
-  <dt>time of the event</dt><dd>either absolute or relative, based on the <kbd class="option">Delta times</kbd> checkbox</dd>
-  <dt>MIDI status (event type)</dt><dd>what midi events happened (e.g. Note On, Note Off, Pitch Bend, &hellip;)</dd>
-  <dt>MIDI channel</dt><dd>in which MIDI channel did the event happen</dd>
-  <dt>MIDI data bytes (event parameters)</dt><dd>parameters of the event, e.g. for a Note On: what <a gref="@@midi-notes-ref">note</a> was it, and which was the note's velocity</dd>
-</dl>
 
-<p class="note">
-  Note: The MIDI Tracer can lists all kind of MIDI events, "audio" ones, but also <a href="@@midi-scene-automation">scene automation</a> or <a href="@@timecode-generators-and-slaves">timecodes</a> ones.
-</p>
+<table class="dl">
+<tr>
+  <th>Time of the event</th>
+  <td>Either absolute or relative, based on the <kbd class="option">Delta
+  times</kbd> checkbox</td>
+</tr>
+<tr>
+  <th>MIDI status (event type)</th>
+  <td>What MIDI events happened (e.g. Note On, Note Off, Pitch Bend, etc.)</td>
+</tr>
+<tr>
+  <th>MIDI channel</th>
+  <td>The MIDI channel the event happened in</td>
+</tr>
+<tr>
+  <th>MIDI data bytes (event parameters)</th>
+  <td>Parameters of the event, e.g. for a Note On: what the <a
+  href="@@midi-notes-ref">note</a> was, and its velocity</td>
+</tr>
+</table>
+