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:
parent
69d22d87b4
commit
f908d45fa0
@ -116,7 +116,7 @@ InternalSend::run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (panner && !panner->bypassed()) {
|
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);
|
_panshell->run (bufs, mixbufs, start_frame, end_frame, nframes);
|
||||||
} else {
|
} else {
|
||||||
mixbufs.read_from (bufs, nframes);
|
mixbufs.read_from (bufs, nframes);
|
||||||
|
Loading…
Reference in New Issue
Block a user