Allow VCAs to control A/PFL
This commit is contained in:
@@ -79,7 +79,7 @@ class LIBARDOUR_API VCA : public Stripable,
|
||||
void push_solo_upstream (int32_t) {}
|
||||
void push_solo_isolate_upstream (int32_t) {}
|
||||
bool can_solo() const { return true; }
|
||||
bool can_monitor() const { return false; }
|
||||
bool can_monitor() const { return true; }
|
||||
bool is_safe () const { return false; }
|
||||
|
||||
/* Muteable API */
|
||||
|
||||
Reference in New Issue
Block a user