]> Shamusworld >> Repos - ardour-manual/blob - include/controlling-midi-range.html
more tweaks to controlling note range
[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="controlling-note-range-defaults">Setting the defaults</h2>
9
10 <p>
11   The default note range shown in new MIDI tracks is controllable in
12   <kbd class="menu">Edit &gt; Preferences &gt; MIDI</kbd>
13   
14 <figure>
15 <img style="width:75%" src="/images/midi-note-range-prefs.png" alt="MIDI note range prefs">
16 <figcaption>MIDI note range defaults in Preferences</figcaption>
17 </figure>
18
19   
20 <h2 id="controlling-note-range-using-the-mouse">Using the scroomer</h2>
21
22 <p>
23   The scroomer offers two kinds of control.
24 </p>
25
26 <h3>Shift the note range</h3>
27   <p>
28   "Grab" the in the middle and move it up or down - this adjusts the
29   absolute note range displayed up or down.
30   </p>
31 <h3>Expand or shrink the note range</h3>
32 <p>
33   "Grab" the top or bottom handle of the scroomer, and move that up or
34   down - this adjusts the extent of the note range displayed.
35 </p>
36
37 <figure>
38 <img style="width:75%" src="/images/midi-scroomer.png" alt="MIDI scroomer">
39 <figcaption>MIDI scroomer</figcaption>
40 </figure>
41
42 <h2 id="controlling-note-range-using-scroll">Using your scroll wheel</h2>
43
44 <p>
45   While in internal edit mode (used for editing MIDI), several scroll operations can be used to control the visible note
46   range:
47   <li>With <em>no notes selected</em>, unmodified
48     scrolling will move the visible range up and down.</li>
49   <li><kbd class="mod1">scroll</kbd> will increase and decrease the
50     visible range (zoom out and in)</li>
51   <li><kbd class="mod13">scroll</kbd> will expand either the top or
52     bottom of the visible note range (depending on scroll
53     direction). Think of this as "show me higher pitches" or "show me
54     lower pitches".
55 </p>