From decd6e6f70e10c20fa7f9326aaa8f68270a70e8a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 24 Aug 2022 19:34:00 +0200 Subject: [PATCH] Allow VCAs to control A/PFL --- libs/ardour/ardour/vca.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/ardour/vca.h b/libs/ardour/ardour/vca.h index 25701c65b7..1af027c811 100644 --- a/libs/ardour/ardour/vca.h +++ b/libs/ardour/ardour/vca.h @@ -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 */