summaryrefslogtreecommitdiff
path: root/gtk2_ardour/virtual_keyboard_window.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-12-15 14:04:44 +0100
committerRobin Gareus <robin@gareus.org>2019-12-15 14:06:00 +0100
commitf969d4fc31782c451bd964bd67a228024a5b26df (patch)
tree9af44b21a0e2d905cec2cccb9ebd3967143682cd /gtk2_ardour/virtual_keyboard_window.h
parenta31fde491a47e8fba6dbef7f174277f0ecf3211c (diff)
Vkeybd: Add tooltip to pitchbend control
Diffstat (limited to 'gtk2_ardour/virtual_keyboard_window.h')
-rw-r--r--gtk2_ardour/virtual_keyboard_window.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/virtual_keyboard_window.h b/gtk2_ardour/virtual_keyboard_window.h
index dc5b63df5e..3ee663b102 100644
--- a/gtk2_ardour/virtual_keyboard_window.h
+++ b/gtk2_ardour/virtual_keyboard_window.h
@@ -103,8 +103,11 @@ private:
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 pitch_bend_update_tooltip (int);
+ void pitch_slider_adjusted ();
void select_keyboard_layout (std::string const&);
void update_velocity_settings (int);
@@ -112,7 +115,6 @@ private:
void update_octave_range ();
void bank_patch ();
void update_sensitivity ();
- void pitch_slider_adjusted ();
bool toggle_config (GdkEventButton*);
bool toggle_bankpatch (GdkEventButton*);
bool toggle_yaxis_velocity (GdkEventButton*);