mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
prototyping mouse-drag-paint velocity
This commit is contained in:
parent
31de7e93bf
commit
6d4bbae48c
4 changed files with 110 additions and 0 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue