Don't modify a send's output count depending on where it lands in the processor list.
authorCarl Hetherington <carl@carlh.net>
Tue, 11 Jan 2011 01:30:29 +0000 (01:30 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 11 Jan 2011 01:30:29 +0000 (01:30 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8501 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/send.cc

index b4196e39e261d85c08f428adeeefe7b552fa89d5..33b4277d93b4129d9df927d99c8ffb5444d2f710 100644 (file)
@@ -225,10 +225,6 @@ Send::configure_io (ChanCount in, ChanCount out)
                return false;
        }
 
-       if (_output) {
-               _output->ensure_io (out, false, 0);
-       }
-
        if (!Processor::configure_io (in, out)) {
                return false;
        }