mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-11 07:56:27 +01:00
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:
parent
6ae03aa212
commit
69d22d87b4
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue