manual/include/note-selection.html

42 lines
1.5 KiB
HTML
Raw Normal View History

2013-01-29 19:26:36 -05:00
2014-02-18 14:12:28 -05:00
<h2>Selecting/Navigating note-by-note</h2>
<p>
2017-11-15 05:52:51 -05:00
<kbd>Tab</kbd> selects the next note. <kbd class="mod1">Tab</kbd> selects the previous
note. <kbd class="mod3">Tab</kbd> or <kbd class="mod13">Tab</kbd> adds
2014-02-18 14:12:28 -05:00
the next/previous note to the selection.
</p>
2013-01-29 19:26:36 -05:00
<h2>Selecting notes with the mouse</h2>
2014-02-18 14:12:28 -05:00
<p>
2017-11-15 05:52:51 -05:00
While in mouse object mode, any note can be clicked to select it. Once a note
has been selected, <kbd class="mouse mod3">Left</kbd>-clicking on another
selects all notes between them. Adding or removing a note to/from the
selection is done by <kbd class="mouse mod1">Left</kbd> clicking it. Clicking and
dragging outside of a note <dfn>rubberband selects</dfn> a series of notes.
2014-02-18 14:12:28 -05:00
</p>
<p>
2017-11-15 05:52:51 -05:00
Three different selection operations are possible while in mouse range mode:
2014-02-18 14:12:28 -05:00
</p>
2013-01-29 19:26:36 -05:00
<ul>
2014-02-18 14:12:28 -05:00
<li>
Vertical drags within the MIDI region will select all notes within the
2014-02-18 14:12:28 -05:00
spanned note range.
</li>
<li>
Clicks on the piano header of the track (if visible&mdash;the track must
be tall enough to display it) will select all occurrences of that note.
2014-02-18 14:12:28 -05:00
</li>
<li>
Drags on the piano header of the track will select all notes within the
2014-02-18 14:12:28 -05:00
spanned note range.
</li>
2013-01-29 19:26:36 -05:00
</ul>
2014-02-18 14:12:28 -05:00
<h2>Listening to Selected Notes</h2>
<p>
If <kbd class="menu">Edit &gt; Preferences &gt; MIDI &gt; Sound MIDI notes
as they are selected</kbd> is enabled, Ardour will send a pair of
2017-11-15 05:52:51 -05:00
NoteOn/NoteOff messages through the track, which will typically allow to
2014-02-18 14:12:28 -05:00
hear each note as it is selected.
</p>