mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
allow users to opt for "select only the last drawn note" when drawing notes
This commit is contained in:
parent
6b9544cc39
commit
edc0e636e2
4 changed files with 15 additions and 1 deletions
|
|
@ -332,6 +332,7 @@ public:
|
|||
ARDOUR::InstrumentInfo& instrument_info() const;
|
||||
|
||||
void note_deleted (NoteBase*);
|
||||
void clear_note_selection ();
|
||||
|
||||
void show_verbose_cursor_for_new_note_value(std::shared_ptr<NoteType> current_note, uint8_t new_note) const;
|
||||
|
||||
|
|
@ -349,7 +350,6 @@ public:
|
|||
protected:
|
||||
friend class Editor;
|
||||
|
||||
void clear_note_selection ();
|
||||
void invert_note_selection ();
|
||||
void extend_note_selection ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue