mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +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
|
|
@ -30,7 +30,9 @@ public:
|
|||
SessionOptionEditor (ARDOUR::Session* s);
|
||||
|
||||
private:
|
||||
void parameter_changed (std::string const &);
|
||||
void populate_sync_options ();
|
||||
|
||||
ARDOUR::SessionConfiguration* _session_config;
|
||||
void populate_sync_options (ARDOUR::Session*, Option*);
|
||||
void follow_sync_state (std::string, ARDOUR::Session*, Option*);
|
||||
ComboOption<ARDOUR::SyncSource>* _sync_source;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue