summaryrefslogtreecommitdiff
path: root/libs/surfaces/launch_control_xl/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/launch_control_xl/gui.h')
-rw-r--r--libs/surfaces/launch_control_xl/gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/surfaces/launch_control_xl/gui.h b/libs/surfaces/launch_control_xl/gui.h
index 3ab2cb30b2..32c061aeea 100644
--- a/libs/surfaces/launch_control_xl/gui.h
+++ b/libs/surfaces/launch_control_xl/gui.h
@@ -49,6 +49,8 @@ public:
LCXLGUI (LaunchControlXL&);
~LCXLGUI ();
+ void toggle_fader8master ();
+
private:
LaunchControlXL& lcxl;
PBD::ScopedConnectionList lcxl_connections;
@@ -58,6 +60,7 @@ private:
Gtk::ComboBox input_combo;
Gtk::ComboBox output_combo;
Gtk::Image image;
+ Gtk::CheckButton fader8master_button;
void update_port_combos ();
PBD::ScopedConnection connection_change_connection;