From b621b28fce4942fb4505854482cddec1545f5c0f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 17 Jul 2012 13:59:46 +0000 Subject: make it possible to (and actually do) name insert and send ports as "return" and "send" rather than "in" and "out" (#5012) git-svn-id: svn://localhost/ardour2/branches/3.0@13052 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/delivery.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/delivery.cc') diff --git a/libs/ardour/delivery.cc b/libs/ardour/delivery.cc index b58e7b4471..126b599299 100644 --- a/libs/ardour/delivery.cc +++ b/libs/ardour/delivery.cc @@ -71,7 +71,7 @@ Delivery::Delivery (Session& s, boost::shared_ptr io, boost::shared_ptr pannable, boost::shared_ptr mm, const string& name, Role r) - : IOProcessor(s, false, (role_requires_output_ports (r) ? true : false), name) + : IOProcessor(s, false, (role_requires_output_ports (r) ? true : false), name, "", DataType::AUDIO, (r == Send)) , _role (r) , _output_buffers (new BufferSet()) , _current_gain (1.0) -- cgit v1.2.3