prototyping mouse-drag-paint velocity

This commit is contained in:
Paul Davis 2023-06-22 17:31:53 -06:00
parent 31de7e93bf
commit 6d4bbae48c
4 changed files with 110 additions and 0 deletions

View file

@ -288,6 +288,7 @@ public:
void change_note_lengths (bool, bool, Temporal::Beats beats, bool start, bool end);
void change_velocities (bool up, bool fine, bool allow_smush, bool all_together);
void set_velocity (NoteBase* primary, int velocity);
void set_velocity_for_notes (std::vector<NoteBase*> notes, int velocity);
void transpose (bool up, bool fine, bool allow_smush);
void nudge_notes (bool forward, bool fine);
void channel_edit ();