mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
add new state and methods to MidiRegionView for note splitting
This commit is contained in:
parent
71e049202c
commit
e39709863a
1 changed files with 11 additions and 0 deletions
|
|
@ -590,6 +590,17 @@ public:
|
||||||
void model_changed ();
|
void model_changed ();
|
||||||
|
|
||||||
void sync_ghost_selection (NoteBase*);
|
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 ();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue