lollis: also adjust velocity bars during the drag

This commit is contained in:
Paul Davis 2023-06-20 14:42:43 -06:00
parent 96c9f2ee19
commit 2d9a2ad668
8 changed files with 62 additions and 29 deletions

View file

@ -505,6 +505,8 @@ public:
std::shared_ptr<SysEx> find_canvas_sys_ex (ARDOUR::MidiModel::SysExPtr s);
friend class VelocityGhostRegion;
void sync_velocity_drag (double factor);
void update_note (NoteBase*, bool update_ghost_regions = true);
void update_sustained (Note *, bool update_ghost_regions = true);
void update_hit (Hit *, bool update_ghost_regions = true);