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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user