2017-02-25 00:30:29 -05:00
|
|
|
|
2014-02-05 12:32:01 -05:00
|
|
|
<p>A typical <dfn>MIDI track header</dfn> looks like this:</p>
|
2017-03-22 04:30:58 -04:00
|
|
|
<figure>
|
|
|
|
<img src="/images/typical-midi-track-controls.png" alt="A MIDI track header">
|
|
|
|
<figcaption>
|
|
|
|
A MIDI track header
|
|
|
|
</figcaption>
|
|
|
|
</figure>
|
2017-02-25 00:30:29 -05:00
|
|
|
|
2014-02-05 12:32:01 -05:00
|
|
|
<p>
|
2017-03-22 04:30:58 -04:00
|
|
|
To show the full set of MIDI track controls, the <a href="@@track-height">track height</a>
|
|
|
|
must be increased beyond the default. MIDI tracks show only a few of the control elements
|
2014-02-05 12:32:01 -05:00
|
|
|
when there is insufficient vertical space.
|
|
|
|
</p>
|
|
|
|
<p>
|
2017-03-22 04:30:58 -04:00
|
|
|
A MIDI track has the same basic controls as an <a href="@@audio-track-controls">audio track</a>,
|
2017-03-23 07:31:57 -04:00
|
|
|
with the addition of three extra elements:
|
2014-02-05 12:32:01 -05:00
|
|
|
</p>
|
2017-03-22 04:30:58 -04:00
|
|
|
<ol>
|
|
|
|
<li>Some meters for the track's outputs (MIDI in <span style="color:red;">red</span>,
|
|
|
|
Audio in <span style="color:green;">green</span>)</li>
|
2017-03-23 07:31:57 -04:00
|
|
|
<li>The <dfn>Scroomer</dfn>, a zoom and scroll controller for the midi notes range</li>
|
|
|
|
<li>When the track is tall enough, the External MIDI Device selection dropdown appears.</li>
|
2017-03-22 04:30:58 -04:00
|
|
|
</ol>
|
2014-02-05 12:32:01 -05:00
|
|
|
<p>
|
2017-03-22 04:30:58 -04:00
|
|
|
The Scroomer performs a couple of functions:
|
2014-02-05 12:32:01 -05:00
|
|
|
</p>
|
2017-03-22 04:30:58 -04:00
|
|
|
<ul>
|
|
|
|
<li>The scrollbar controls the range of pitches that are visible on the
|
2017-03-23 06:25:12 -04:00
|
|
|
track, as visualized by the piano keyboard. Dragging the body of the scrollbar up
|
|
|
|
and down displays higher or lower pitches.</li>
|
|
|
|
<li>Dragging the scrollbar handles zooms in and out and increases or decreases the
|
|
|
|
range of visible pitches.</li>
|
|
|
|
<li>Double clicking the scrollbar auto-adjusts the zooms to make the range of
|
|
|
|
visible pitches fit the actual content of the track.</li>
|
|
|
|
<li>Clicking on the piano plays the corresponding MIDI note for reference.</li>
|
2017-03-22 04:30:58 -04:00
|
|
|
</ul>
|
2014-02-05 12:32:01 -05:00
|
|
|
<p>
|
2017-03-22 04:30:58 -04:00
|
|
|
A MIDI track's data may span any number of the 16 available MIDI channels, and sometimes it is
|
|
|
|
useful to view only a subset of those channels; different instruments may,
|
|
|
|
for example, be put on different channels. In the context menu (<kbd class="mouse">right</kbd> click),
|
|
|
|
the <kbd class="menu">Channel Selector</kbd> allows to control the <dfn>MIDI channel</dfn>(s)
|
|
|
|
that will be visible in the editor.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
To edit the contents of a MIDI track see <a href="@@edit-midi">MIDI Editing</a>.
|
2014-02-05 12:32:01 -05:00
|
|
|
</p>
|
2017-11-10 19:47:11 -05:00
|
|
|
|