add new state and methods to MidiRegionView for note splitting

This commit is contained in:
Paul Davis 2023-11-21 15:07:33 -07:00
parent 71e049202c
commit e39709863a
1 changed files with 11 additions and 0 deletions

View File

@ -590,6 +590,17 @@ public:
void model_changed ();
void sync_ghost_selection (NoteBase*);
uint32_t split_tuple;
bool note_splitting;
void start_note_splitting ();
void end_note_splitting ();
void split_notes_grid ();
void split_notes_more ();
void split_notes_less ();
void join_notes ();
};