mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Disable solo-controls-are-listen-controls if we don't have a monitor bus. Should fix #3660.
git-svn-id: svn://localhost/ardour2/branches/3.0@8436 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
69aa106050
commit
75b1f698a1
6 changed files with 57 additions and 38 deletions
|
|
@ -15,5 +15,9 @@ public:
|
|||
RCOptionEditor ();
|
||||
|
||||
private:
|
||||
void parameter_changed (std::string const &);
|
||||
|
||||
ARDOUR::RCConfiguration* _rc_config;
|
||||
BoolOption* _solo_control_is_listen_control;
|
||||
ComboOption<ARDOUR::ListenPosition>* _listen_position;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue