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/delivery.cc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'libs/ardour/delivery.cc') diff --git a/libs/ardour/delivery.cc b/libs/ardour/delivery.cc index f8bba4c8e7..1d86542100 100644 --- a/libs/ardour/delivery.cc +++ b/libs/ardour/delivery.cc @@ -145,6 +145,23 @@ Delivery::Delivery (Session& s, boost::shared_ptr out, boost::shared_ptrn_ports ().get (_output->default_type()) == 0) { + if (!_active || _output->n_ports ().get (_output->default_type()) == 0) { return; } -- cgit v1.2.3