From efc2660fec0d01c4c47d3fffcc5443025b33afc0 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Wed, 10 May 2017 11:31:03 -0500 Subject: MCP: Mixbus32C: Restore missing filter controls to the Dyn page. --- libs/ardour/ardour/vca.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/ardour/ardour/vca.h') diff --git a/libs/ardour/ardour/vca.h b/libs/ardour/ardour/vca.h index 5cf06e4d69..8ef0b9d241 100644 --- a/libs/ardour/ardour/vca.h +++ b/libs/ardour/ardour/vca.h @@ -140,6 +140,10 @@ class LIBARDOUR_API VCA : public Stripable, boost::shared_ptr monitor_control() const { return boost::shared_ptr(); } boost::shared_ptr monitoring_control() const { return boost::shared_ptr(); } + //additional filter params (currently 32C only ) + boost::shared_ptr eq_lpf_controllable () const { return boost::shared_ptr(); } + boost::shared_ptr filter_enable_controllable () const { return boost::shared_ptr(); } + private: int32_t _number; -- cgit v1.2.3