LCXL: Add configuration option for handling master

In the Controller's settings you can now
    choose between two operation modes:
    1)  8 track mode
    2)  7 track plus master mode

    In case 2) fader 8 is fixed on the master
This commit is contained in:
Jan Lentfer 2018-08-18 21:52:43 +02:00 committed by Robin Gareus
parent 51b5c01b8b
commit 74ad41f8d9
4 changed files with 51 additions and 5 deletions

View file

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