]> Shamusworld >> Repos - ardour-manual/blob - include/controlling-midi-range.html
9c09990100c0fd92b5625c3b0897ec1ce0b89dce
[ardour-manual] / include / controlling-midi-range.html
1
2 <p>
3   The visible note range in a MIDI track can be controlled in two
4   principle ways: the note scroomer, or the scroll wheel of your
5   mouse. 
6 <p>
7
8 <h2 id="add-new-notes-using-the-mouse">Using the scroomer</h2>
9
10 <p>
11   The scroomer offers two kinds of control. You can "grab" it in the
12   middle and move it up or down - this adjusts the absolute note range
13   displayed up or down. Alternatively you can "grab" the top or bottom
14   handle of the scroomer, and move that up or down - this adjusts the
15   extent of the note range displayed.
16
17 <figure>
18 <img style="width:75%" src="/images/midi-scroomer.png" alt="MIDI scroomer">
19 <figcaption>MIDI scroomer</figcaption>
20 </figure>
21
22 <h2 id="add-new-notes-using-scroll">Using your scroll wheel</h2>
23
24
25 <p>
26   Several scroll operations can be used to control the visible note
27   range:
28   <li>In internal edit mode, with no notes selected, unmodified
29     scrolling will move the visible range up and down.</li>
30   <li><kbd class="mod1">scroll</kbd> will increase and decrease the
31     visible range (zoom out and in)</li>
32   <li><kbd class="mod13">scroll</kbd> will expand either the top or
33     bottom of the visible note range (depending on scroll
34     direction). Think of this as "show me higher pitches" or "show me
35     lower pitches".
36 </p>