From b2df48263b7a238e1a636a030fda5f18f9ba4054 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 19 May 2016 10:43:39 -0400 Subject: add generic ::slaved() method to Route --- libs/ardour/ardour/route.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour') 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) const; + bool slaved () const; protected: friend class Session; -- cgit v1.2.3