]> Shamusworld >> Repos - ardour-manual/blob - include/note-selection.html
Initial cleanup of manual content.
[ardour-manual] / include / note-selection.html
1
2 <h2>Selecting/Navigating note-by-note</h2>
3 <p>
4   Tab selects the next note. <kbd class="mod1">Tab</kbd> selects the previous 
5   note. <kbd class="mod3">Tab</kbd> or <kbd class="mod13">Tab</kbd> adds 
6   the next/previous note to the selection.
7 </p>
8
9 <h2>Selecting notes with the mouse</h2>
10 <p>
11   While in mouse object mode, you can click on a note to select it. Once you 
12   have selected one note, <kbd class="mouse mod3">Left</kbd>-click on another 
13   to select all notes between them. To add or remove a note to/from the 
14   selection, click <kbd class="mouse mod1">Left</kbd>. You can also click and 
15   drag outside of a note to <dfn>rubberband select</dfn> a series of notes.
16 </p>
17 <p>
18   Three different selection operations are possible if you switch to mouse 
19   range mode:
20 </p>
21 <ul>
22   <li>
23     Vertical drags within the MIDI region will select all notes within the 
24     spanned note range.
25   </li>
26   <li>
27     Clicks on the piano header of the track (if visible&mdash;the track must 
28     be tall enough to display it) will select all occurences of that note.
29   </li>
30   <li>
31     Drags on the piano header of the track will select all notes within the 
32     spanned note range.
33   </li>
34 </ul>
35
36 <h2>Listening to Selected Notes</h2>
37 <p>
38   If <kbd class="menu">Edit &gt; Preferences &gt; MIDI &gt; Sound MIDI notes 
39   as they are selected</kbd> is enabled, Ardour will send a pair of 
40   NoteOn/NoteOff messages through the track, which will typically allow you to 
41   hear each note as it is selected.
42 </p>
43