]> Shamusworld >> Repos - ardour-manual/blob - include/note-selection.html
Update the list of available markers and their descriptions
[ardour-manual] / include / note-selection.html
1
2 <h2>Navigating/Selecting notes with the keyboard</h2>
3
4 <p>
5   <kbd>tab</kbd> selects the next note in a MIDI region, while <kbd
6   class="mod1">tab</kbd> selects the previous note. Holding down the <kbd
7   class="mod3"></kbd> key as well prevents previously visited notes from being
8   deselected.
9 </p>
10
11 <h2>Selecting notes with the mouse</h2>
12
13 <p>
14   While in <a href="@@toolbox">Object Mode</a>, any note can be clicked on to select it. Once a note has been selected, <kbd class="mouse mod3">left</kbd>-clicking on another note selects all notes between the first note selected and the second one. Adding or removing a note to or from the selection is done by <kbd class="mouse mod1">left</kbd>-clicking it. Clicking and dragging outside of a note will <dfn>rubberband select</dfn> any notes enclosed by the selection rectangle; holding down the <kbd class="mod3n"></kbd> key will prevent any previously selected notes from being deselected.
15 </p>
16
17 <p>
18   In any mode, <kbd class="mod3 mouse">left</kbd>-clicking on a note on the
19   Scroomer (the piano header of the track, see <a
20   href="@@midi-track-controls">MIDI Track Controls</a>) will add all
21   occurrences of that note to the selection, while <kbd
22   class="mouse">middle</kbd>-clicking will only select/deselect all occurrences
23   of that note, clearing the previous selection. Scroomer selections work on
24   all MIDI regions of a track at once.
25 </p>
26
27 <h2>Listening to Selected Notes</h2>
28
29 <p>
30   If <kbd class="menu">Edit &gt; Preferences &gt; MIDI &gt; Sound MIDI notes as
31   they are selected</kbd> is enabled, Ardour will send a pair of NoteOn/NoteOff
32   messages through the track as notes are selected. Assuming there is an
33   appropriate device or synthesizer attached to the track, these should be
34   audible.
35 </p>