From 7321e1b4a258f5949381bcef8b744103e773c3ef Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 17 May 2016 11:41:22 -0400 Subject: add MonitorProcessor accessor to Stripable API --- libs/ardour/ardour/vca.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/vca.h') diff --git a/libs/ardour/ardour/vca.h b/libs/ardour/ardour/vca.h index b06f29f61a..d4ee69b702 100644 --- a/libs/ardour/ardour/vca.h +++ b/libs/ardour/ardour/vca.h @@ -132,6 +132,7 @@ class LIBARDOUR_API VCA : public Stripable, virtual boost::shared_ptr send_enable_controllable (uint32_t n) const { return boost::shared_ptr(); } virtual std::string send_name (uint32_t n) const { return std::string(); } virtual boost::shared_ptr master_send_enable_controllable () const { return boost::shared_ptr(); } + boost::shared_ptr monitor_control() const { return boost::shared_ptr(); } private: uint32_t _number; -- cgit v1.2.3