summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/vca.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2017-05-10 11:31:03 -0500
committerRobin Gareus <robin@gareus.org>2017-05-12 15:44:01 +0200
commitefc2660fec0d01c4c47d3fffcc5443025b33afc0 (patch)
treebd0788bdfb187508c4e179e2883431ff118370cb /libs/ardour/ardour/vca.h
parent8ba868e9334548ab03cd517e6c79d9f13d8ba7f2 (diff)
MCP: Mixbus32C: Restore missing filter controls to the Dyn page.
Diffstat (limited to 'libs/ardour/ardour/vca.h')
-rw-r--r--libs/ardour/ardour/vca.h4
1 files changed, 4 insertions, 0 deletions
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<MonitorProcessor> monitor_control() const { return boost::shared_ptr<MonitorProcessor>(); }
boost::shared_ptr<MonitorControl> monitoring_control() const { return boost::shared_ptr<MonitorControl>(); }
+ //additional filter params (currently 32C only )
+ boost::shared_ptr<AutomationControl> eq_lpf_controllable () const { return boost::shared_ptr<AutomationControl>(); }
+ boost::shared_ptr<AutomationControl> filter_enable_controllable () const { return boost::shared_ptr<AutomationControl>(); }
+
private:
int32_t _number;