summaryrefslogtreecommitdiff
path: root/gtk2_ardour/virtual_keyboard_window.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-10-27 00:05:22 +0200
committerRobin Gareus <robin@gareus.org>2019-10-27 00:06:14 +0200
commitb53431a0890fc215a1de12f7b4756729dd6c7440 (patch)
tree39c0f0f28b7c34969fd3deee7b190477dda178c0 /gtk2_ardour/virtual_keyboard_window.h
parent9fd0813d16e379890eaba29e407e27a66fd8eba1 (diff)
Virtual-keyboard: consolidate options
Remove use options for annotations, force them "always on", and request space to draw them. Add option to pick single-line octave bindings
Diffstat (limited to 'gtk2_ardour/virtual_keyboard_window.h')
-rw-r--r--gtk2_ardour/virtual_keyboard_window.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/gtk2_ardour/virtual_keyboard_window.h b/gtk2_ardour/virtual_keyboard_window.h
index 25dd431ce2..7248d14023 100644
--- a/gtk2_ardour/virtual_keyboard_window.h
+++ b/gtk2_ardour/virtual_keyboard_window.h
@@ -114,9 +114,6 @@ private:
bool toggle_config (GdkEventButton*);
bool toggle_bankpatch (GdkEventButton*);
bool toggle_yaxis_velocity (GdkEventButton*);
- bool toggle_highlight_piano (GdkEventButton*);
- bool toggle_highlight_key (GdkEventButton*);
- bool toggle_note_label (GdkEventButton*);
bool send_panic_message (GdkEventButton*);
APianoKeyboard _piano;
@@ -134,11 +131,9 @@ private:
ArdourWidgets::ArdourButton _cfg_display;
ArdourWidgets::ArdourButton _pgm_display;
ArdourWidgets::ArdourButton _yaxis_velocity;
- ArdourWidgets::ArdourButton _highlight_grand_piano;
- ArdourWidgets::ArdourButton _highlight_key_range;
- ArdourWidgets::ArdourButton _show_note_label;
ArdourWidgets::ArdourButton _send_panic;
ArdourWidgets::ArdourDropdown _keyboard_layout;
+ ArdourWidgets::ArdourDropdown _keyboard_annotations;
Gtk::SpinButton _piano_key_velocity;
Gtk::SpinButton _piano_min_velocity;