From b53431a0890fc215a1de12f7b4756729dd6c7440 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 27 Oct 2019 00:05:22 +0200 Subject: 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 --- gtk2_ardour/virtual_keyboard_window.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gtk2_ardour/virtual_keyboard_window.h') 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; -- cgit v1.2.3