mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
VKeybd: Pitchebend sprung mode and keyboard-shortcuts
This unconditionally returns the pitch-bend wheel when used by mouse-drag/drop. Mouse-wheel retains the "wheel" mode. <F1>-<F4> key-bindings have been added to jump to discrete values
This commit is contained in:
parent
b2bc934e21
commit
a31fde491a
2 changed files with 61 additions and 7 deletions
|
|
@ -98,11 +98,13 @@ protected:
|
|||
private:
|
||||
void on_unmap ();
|
||||
bool on_key_press_event (GdkEventKey*);
|
||||
bool on_key_release_event (GdkEventKey*);
|
||||
|
||||
void note_on_event_handler (int, int);
|
||||
void note_off_event_handler (int);
|
||||
void control_change_event_handler (int, int);
|
||||
void pitch_bend_event_handler (int);
|
||||
void pitch_bend_release ();
|
||||
|
||||
void select_keyboard_layout (std::string const&);
|
||||
void update_velocity_settings (int);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue