mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 17:16:38 +01:00
Allow VCAs to control A/PFL
This commit is contained in:
parent
5a0cc53a94
commit
decd6e6f70
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue