mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Add route group property to share route active state (#3703)
git-svn-id: svn://localhost/ardour2/branches/3.0@8497 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c482638aa6
commit
648035dba9
8 changed files with 38 additions and 7 deletions
|
|
@ -46,6 +46,7 @@ private:
|
|||
Gtk::CheckButton _rec_enable;
|
||||
Gtk::CheckButton _select;
|
||||
Gtk::CheckButton _edit;
|
||||
Gtk::CheckButton _route_active;
|
||||
Gtk::Button* _ok;
|
||||
|
||||
void gain_toggled ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue