PCM DAC: fix mixing
This commit is contained in:
parent
5032394507
commit
bdd916a4c7
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ void DivPlatformPCMDAC::acquire(short** buf, size_t len) {
|
|||
outSum[1]=0;
|
||||
|
||||
for (int i=0; i<chans; i++) {
|
||||
output=0;
|
||||
if (!chan[i].active) {
|
||||
oscBuf[i].putSample(h,0);
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue