summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/stripable.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-17 11:41:22 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:43 -0400
commit7321e1b4a258f5949381bcef8b744103e773c3ef (patch)
tree600fdd83a014c1ad9806d232dc46c9404c42560c /libs/ardour/ardour/stripable.h
parent186209c03c5900633be1583ba3a84d060d1eeb27 (diff)
add MonitorProcessor accessor to Stripable API
Diffstat (limited to 'libs/ardour/ardour/stripable.h')
-rw-r--r--libs/ardour/ardour/stripable.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/ardour/ardour/stripable.h b/libs/ardour/ardour/stripable.h
index ddf83366c7..cebe91a576 100644
--- a/libs/ardour/ardour/stripable.h
+++ b/libs/ardour/ardour/stripable.h
@@ -43,6 +43,7 @@ class PhaseControl;
class SoloIsolateControl;
class SoloSafeControl;
class MonitorControl;
+class MonitorProcessor;
/* This is a virtual base class for any object that needs to be potentially
* represented by a control-centric user interface using the general model of a
@@ -173,7 +174,9 @@ class LIBARDOUR_API Stripable : public SessionObject {
virtual bool muted_by_others_soloing () const = 0;
- protected:
+ virtual boost::shared_ptr<MonitorProcessor> monitor_control() const = 0;
+
+ protected:
PresentationInfo _presentation_info;
/* set the entire info. This should only be used in cases where the