From f07ca6397f5699e4dc4ec1e360f9e263d8a0d9ad Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 15 Mar 2012 21:40:17 +0000 Subject: radically rethink export/bounce/freeze code design. probably not 100% done by freeze+unfreeze now work and behave sensibly w.r.t. processors that do routing git-svn-id: svn://localhost/ardour2/branches/3.0@11701 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/delivery.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/ardour/delivery.h') diff --git a/libs/ardour/ardour/delivery.h b/libs/ardour/ardour/delivery.h index 89dff8850e..cb2f37d1f0 100644 --- a/libs/ardour/ardour/delivery.h +++ b/libs/ardour/ardour/delivery.h @@ -52,6 +52,8 @@ public: static bool role_requires_output_ports (Role r) { return r == Main || r == Send || r == Insert; } + bool does_routing() const { return true; } + /* Delivery to an existing output */ Delivery (Session& s, boost::shared_ptr io, boost::shared_ptr, boost::shared_ptr mm, const std::string& name, Role); -- cgit v1.2.3