]> Shamusworld >> Repos - ardour-manual/blob - include/midi-track-controls.html
388975b0ed376c044f7e421890da0d30d391db96
[ardour-manual] / include / midi-track-controls.html
1
2 <p>A typical <dfn>MIDI track header</dfn> looks like this:</p>
3 <figure>
4     <img src="/images/typical-midi-track-controls.png" alt="A MIDI track header">
5     <figcaption>
6       A MIDI track header
7     </figcaption>
8 </figure>
9
10 <p>
11   To show the full set of MIDI track controls, the <a href="@@track-height">track height</a>
12   must be increased beyond the default. MIDI tracks show only a few of the control elements
13   when there is insufficient vertical space.
14 </p>
15 <p>
16   A MIDI track has the same basic controls as an <a href="@@audio-track-controls">audio track</a>,
17   with the addition of two extra elements:
18 </p>
19 <ol>
20   <li>Some meters for the track's outputs (MIDI in <span style="color:red;">red</span>,
21     Audio in <span style="color:green;">green</span>)</li>
22   <li>The <dfn>Scroomer</dfn>, a zoom and scroll controller for the midi notes range.</li>
23 </ol>
24 <p>
25   The Scroomer performs a couple of functions:
26 </p>
27 <ul>
28   <li>The scrollbar controls the range of pitches that are visible on the
29   track, as visualized by the piano keyboard. Drag the body of the scrollbar up
30   and down to display higher or lower pitches.</li>
31   <li>Drag the scrollbar handles to zooms in and out and increase and decrease the
32   range of visible pitches.</li>
33   <li>clicking on the piano plays the corresponding MIDI note for reference.</li>
34 </ul>
35 <p>
36   A MIDI track's data may span any number of the 16 available MIDI channels, and sometimes it is
37   useful to view only a subset of those channels; different instruments may,
38   for example, be put on different channels. In the context menu (<kbd class="mouse">right</kbd> click),
39   the <kbd class="menu">Channel Selector</kbd> allows to control the <dfn>MIDI channel</dfn>(s)
40   that will be visible in the editor.
41 </p>
42 <p>
43   To edit the contents of a MIDI track see <a href="@@edit-midi">MIDI Editing</a>.
44 </p>