mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 17:45:10 +00:00
C140: fix chan osc
This commit is contained in:
parent
987ca3ad11
commit
cd0c8cfca9
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ void DivPlatformC140::acquire(short** buf, size_t len) {
|
||||||
buf[1][h]=c140.rout;
|
buf[1][h]=c140.rout;
|
||||||
|
|
||||||
for (int i=0; i<24; i++) {
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue