From 49445140345fd4e57a833d3803e529c0c07d221c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 15 Jul 2009 00:47:34 +0000 Subject: processor naming tweaks, processor visibility tweaks and more, trying to finish this audio routing thing... git-svn-id: svn://localhost/ardour2/branches/3.0@5364 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/send.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libs/ardour/ardour/send.h') diff --git a/libs/ardour/ardour/send.h b/libs/ardour/ardour/send.h index 37d56e2abd..d4b9bca1b3 100644 --- a/libs/ardour/ardour/send.h +++ b/libs/ardour/ardour/send.h @@ -37,12 +37,14 @@ class Amp; class Send : public Delivery { public: - Send (Session&, boost::shared_ptr, bool internal = false); - Send (Session&, boost::shared_ptr, const XMLNode&, bool internal = false); + Send (Session&, boost::shared_ptr, Delivery::Role r = Delivery::Send); + Send (Session&, boost::shared_ptr, const XMLNode&, Delivery::Role r = Delivery::Send); virtual ~Send (); uint32_t bit_slot() const { return _bitslot; } + bool visible() const; + boost::shared_ptr amp() const { return _amp; } boost::shared_ptr meter() const { return _meter; } -- cgit v1.2.3