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/processor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/ardour/processor.h') diff --git a/libs/ardour/ardour/processor.h b/libs/ardour/ardour/processor.h index fe23d6fdde..d497f56dd3 100644 --- a/libs/ardour/ardour/processor.h +++ b/libs/ardour/ardour/processor.h @@ -58,6 +58,8 @@ class Processor : public SessionObject, public Automatable, public Latent bool active () const { return _pending_active; } + virtual bool does_routing() const { return false; } + bool get_next_ab_is_active () const { return _next_ab_is_active; } void set_next_ab_is_active (bool yn) { _next_ab_is_active = yn; } -- cgit v1.2.3