mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
add extend_selection() to MIDI region bindings; expose invert-selection also
This commit is contained in:
parent
f4d4dddbeb
commit
11cb981e30
4 changed files with 35 additions and 1 deletions
|
|
@ -207,6 +207,7 @@ public:
|
|||
void select_all_notes ();
|
||||
void select_range(samplepos_t start, samplepos_t end);
|
||||
void invert_selection ();
|
||||
void extend_selection ();
|
||||
|
||||
Temporal::Beats earliest_in_selection ();
|
||||
void move_selection(double dx, double dy, double cumulative_dy);
|
||||
|
|
@ -371,6 +372,8 @@ public:
|
|||
friend class Editor;
|
||||
|
||||
void clear_note_selection ();
|
||||
void invert_note_selection ();
|
||||
void extend_note_selection ();
|
||||
|
||||
void move_note_starts_earlier_fine () { change_note_lengths (true, false, Temporal::Beats(), true, false); }
|
||||
void move_note_starts_earlier () { change_note_lengths (false, false, Temporal::Beats(), true, false); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue