mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
prevent VBAP from silencing an output buffer that it actually used
git-svn-id: svn://localhost/ardour2/branches/3.0@8901 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fb41ea0724
commit
b25f334207
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ VBAPanner::distribute_one (AudioBuffer& srcbuf, BufferSet& obufs, gain_t gain_co
|
|||
pan = gain_coefficient * signal->desired_gains[o];
|
||||
mix_buffers_with_gain (dst+n,src+n,nframes-n,pan);
|
||||
|
||||
todo[o] = false;
|
||||
todo[signal->desired_outputs[o]] = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue