mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 05:36:31 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue