Allow VCAs to control A/PFL

This commit is contained in:
Robin Gareus 2022-08-24 19:34:00 +02:00
parent 5a0cc53a94
commit decd6e6f70
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -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 */