summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-19 10:43:39 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:43 -0400
commitb2df48263b7a238e1a636a030fda5f18f9ba4054 (patch)
treed87b65e4118761c8e5a07d307d5e95e23d9cc52a /libs/ardour/ardour/route.h
parentc1592864e1cd80f5cfcaab3c5b061f586e107de6 (diff)
add generic ::slaved() method to Route
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index 7a6b504368..ab50403842 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -564,6 +564,7 @@ public:
pframes_t nframes, int declick);
bool slaved_to (boost::shared_ptr<VCA>) const;
+ bool slaved () const;
protected:
friend class Session;