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:
Robin Gareus 2019-12-15 13:58:03 +01:00
parent b2bc934e21
commit a31fde491a
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 61 additions and 7 deletions

View file

@ -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);