mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Vkeybd: improve velocity dropdown usability
Limit velocity dropdown to a subset of most used values, but allow to select any value using mouse-wheel
This commit is contained in:
parent
bc776eac97
commit
24b46d1f75
2 changed files with 44 additions and 5 deletions
|
|
@ -126,6 +126,7 @@ private:
|
|||
void cc_key_changed (size_t);
|
||||
void update_cc (size_t, int);
|
||||
bool send_panic_message (GdkEventButton*);
|
||||
bool on_velocity_scroll_event (GdkEventScroll*);
|
||||
|
||||
APianoKeyboard _piano;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue