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