mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
51b5c01b8b
commit
74ad41f8d9
4 changed files with 51 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue