From 997dd32d5ea12ec9412858ac0bdbc88e603ca8a1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 14 Jul 2009 00:11:04 +0000 Subject: add display name to processors (so that it can differ from the "real name"); pay attention to active status in Amp, Meter and Delivery git-svn-id: svn://localhost/ardour2/branches/3.0@5360 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 7f1d964264..1d01acad5f 100644 --- a/libs/ardour/ardour/delivery.h +++ b/libs/ardour/ardour/delivery.h @@ -51,6 +51,8 @@ public: Delivery (Session&, boost::shared_ptr mm, const XMLNode&); bool set_name (const std::string& name); + std::string display_name() const; + bool visible() const; Role role() const { return _role; } bool can_support_io_configuration (const ChanCount& in, ChanCount& out) const; -- cgit v1.2.3