mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
basic note-tupling functionality implemented
This commit is contained in:
parent
7f779bb934
commit
c3d14b1169
3 changed files with 89 additions and 0 deletions
|
|
@ -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 ();
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue