]> Shamusworld >> Repos - ardour-manual/blob - include/note-selection.html
Fix a typo in manual
[ardour-manual] / include / note-selection.html
1
2 <h2>Selecting/Navigating note-by-note</h2>
3 <p>
4   <kbd>Tab</kbd> 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, any note can be clicked to select it. Once a note
12   has been selected, <kbd class="mouse mod3">Left</kbd>-clicking on another
13   selects all notes between them. Adding or removing a note to/from the
14   selection is done by <kbd class="mouse mod1">Left</kbd> clicking it. Clicking and
15   dragging outside of a note <dfn>rubberband selects</dfn> a series of notes.
16 </p>
17 <p>
18   Three different selection operations are possible while in mouse range mode:
19 </p>
20 <ul>
21   <li>
22     Vertical drags within the MIDI region will select all notes within the
23     spanned note range.
24   </li>
25   <li>
26     Clicks on the piano header of the track (if visible&mdash;the track must
27     be tall enough to display it) will select all occurrences of that note.
28   </li>
29   <li>
30     Drags on the piano header of the track will select all notes within the
31     spanned note range.
32   </li>
33 </ul>
34
35 <h2>Listening to Selected Notes</h2>
36 <p>
37   If <kbd class="menu">Edit &gt; Preferences &gt; MIDI &gt; Sound MIDI notes
38   as they are selected</kbd> is enabled, Ardour will send a pair of
39   NoteOn/NoteOff messages through the track, which will typically allow to
40   hear each note as it is selected.
41 </p>