]> Shamusworld >> Repos - ardour-manual/blob - _manual/15_editing-and-arranging/12_editing-midi/08_note-selection.html
Capitalization: ardour -> Ardour
[ardour-manual] / _manual / 15_editing-and-arranging / 12_editing-midi / 08_note-selection.html
1 ---
2 layout: default
3 title: Note Selection
4 ---                        
5
6
7   
8   <h2>Selecting/Navigating note-by-note</h2>
9 <p>Tab selects the next note. <kbd class="mod1">Tab</kbd> selects the previous note. <kbd>Shift-Tab</kbd> or <kbd class="mod13">Tab</kbd> adds the next/previous note to the selection.</p>
10 <h2>Selecting notes with the mouse</h2>
11 <p>While in mouse object mode, you can click on a note to select it. Once you've selected one note, shift-click on another to select all notes between them. To add or remove a note to/fromt the selection, use <kbd class="mod1">click</kbd>. You can also click and drag outside of a note to "rubberband select" a series of notes.</p>
12 <p>Three different selection operations are possible if you switch to mouse range mode:</p>
13 <ul>
14 <li>Vertical drags within the MIDI region will select all notes within the spanned note range
15 </li>
16 <li>Clicks on the piano header of the track (if visible - the track must be tall enough to display it) will select all occurences of that note
17 </li>
18 <li>Drags on the piano header of the track will select all notes within the spanned note range
19 </li>
20 </ul>
21 <h2>Listening to Selected  Notes</h2>
22 <p>if <code>Edit &gt; Preferences &gt; MIDI &gt; Sound MIDI notes as they are selected</code> is enabled, Ardour will send a pair of NoteOn/NoteOff messages through the track, which will typically allow you to hear each note as it is selected.</p>
23