Set mixbufs count in the case of a panner being used, as

happens in read_from when no panner is being used. 
 Should fix #4158.


git-svn-id: svn://localhost/ardour2/branches/3.0@9845 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-07-12 12:22:43 +00:00
parent 6ae03aa212
commit 69d22d87b4

View file

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