summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-09-23 00:18:18 +0200
committerRobin Gareus <robin@gareus.org>2017-09-23 00:34:01 +0200
commit13cf4da0113b05622e7a71a3ed38e011cbf91886 (patch)
treebeb1e35996777ad06d017021be954cc13483a823 /libs/ardour/ardour/route.h
parentab3889fff84a5e0e48c588e9071921ee6578efa9 (diff)
Consolidate check for internal/non-removable processors
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index bf8d05dd12..693bbd157a 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -703,6 +703,8 @@ public:
boost::shared_ptr<PeakMeter> _meter;
boost::shared_ptr<DelayLine> _delayline;
+ bool is_internal_processor (boost::shared_ptr<Processor>) const;
+
boost::shared_ptr<Processor> the_instrument_unlocked() const;
SlavableControlList slavables () const;