summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/stripable.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/stripable.h
parent8ba868e9334548ab03cd517e6c79d9f13d8ba7f2 (diff)
MCP: Mixbus32C: Restore missing filter controls to the Dyn page.
Diffstat (limited to 'libs/ardour/ardour/stripable.h')
-rw-r--r--libs/ardour/ardour/stripable.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/ardour/stripable.h b/libs/ardour/ardour/stripable.h
index 7298a4807e..dea2d55c89 100644
--- a/libs/ardour/ardour/stripable.h
+++ b/libs/ardour/ardour/stripable.h
@@ -142,6 +142,10 @@ class LIBARDOUR_API Stripable : public SessionObject,
virtual boost::shared_ptr<AutomationControl> eq_enable_controllable () const = 0;
virtual boost::shared_ptr<AutomationControl> eq_hpf_controllable () const = 0;
+ //additional filter params (currently 32C only )
+ virtual boost::shared_ptr<AutomationControl> eq_lpf_controllable () const = 0;
+ virtual boost::shared_ptr<AutomationControl> filter_enable_controllable () const = 0;
+
/* "well-known" controls for a compressor in this route. Any or all may
* be null.
*/