13
0

Correct (I think) previous fix.

git-svn-id: svn://localhost/ardour2/branches/3.0@9846 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-07-12 12:48:41 +00:00
parent 69d22d87b4
commit f908d45fa0

View File

@ -116,7 +116,7 @@ InternalSend::run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame
}
if (panner && !panner->bypassed()) {
mixbufs.set_count (bufs.count ());
mixbufs.set_count (_send_to->n_outputs ());
_panshell->run (bufs, mixbufs, start_frame, end_frame, nframes);
} else {
mixbufs.read_from (bufs, nframes);