C140: fix chan osc

This commit is contained in:
tildearrow 2023-08-12 17:28:54 -05:00
parent 987ca3ad11
commit cd0c8cfca9
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ void DivPlatformC140::acquire(short** buf, size_t len) {
buf[1][h]=c140.rout;
for (int i=0; i<24; i++) {
oscBuf[i]->data[oscBuf[i]->needle++]=(c140.voice[i].lout+c140.voice[i].rout)>>9;
oscBuf[i]->data[oscBuf[i]->needle++]=(c140.voice[i].lout+c140.voice[i].rout)>>10;
}
}
}