basic note-tupling functionality implemented

This commit is contained in:
Paul Davis 2023-11-21 17:07:28 -07:00
parent 7f779bb934
commit c3d14b1169
3 changed files with 89 additions and 0 deletions

View file

@ -593,6 +593,7 @@ public:
uint32_t split_tuple;
bool note_splitting;
NoteType split_base_note;
void start_note_splitting ();
void end_note_splitting ();
@ -601,6 +602,8 @@ public:
void split_notes_more ();
void split_notes_less ();
void join_notes ();
void add_split_notes ();
};