SegaPCM: per-chan osc

This commit is contained in:
tildearrow 2023-02-10 03:12:18 -05:00
parent e994f1a84d
commit 9ba9b7b4f5
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ void DivPlatformSegaPCM::acquire(short** buf, size_t len) {
buf[0][h]=os[0];
buf[1][h]=os[1];
for (int i=0; i<16; i++) {
oscBuf[i]->data[oscBuf[i]->needle++]=pcm.lastOut[i][0]+pcm.lastOut[i][1];
}
}
}