allow users to opt for "select only the last drawn note" when drawing notes

This commit is contained in:
Paul Davis 2023-10-17 22:03:33 -06:00
parent 6b9544cc39
commit edc0e636e2
4 changed files with 15 additions and 1 deletions

View file

@ -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 ();