mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Implement invert selection for MIDI notes (#4087).
git-svn-id: svn://localhost/ardour2/branches/3.0@10198 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
bbcb8125b7
commit
1567d362ad
3 changed files with 24 additions and 2 deletions
|
|
@ -192,6 +192,7 @@ public:
|
|||
void delete_note (boost::shared_ptr<NoteType>);
|
||||
size_t selection_size() { return _selection.size(); }
|
||||
void select_all_notes ();
|
||||
void invert_selection ();
|
||||
|
||||
void move_selection(double dx, double dy, double cumulative_dy);
|
||||
void note_dropped (ArdourCanvas::CanvasNoteEvent* ev, ARDOUR::frameoffset_t, int8_t d_note);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue