new dispatch, part 3
This commit is contained in:
parent
3a687eeb45
commit
9436e2ab55
2 changed files with 1 additions and 3 deletions
|
|
@ -86,7 +86,7 @@ void DivPlatformSCC::acquire(short** buf, size_t len) {
|
|||
scc->tick();
|
||||
}
|
||||
short out=(short)scc->out()<<5;
|
||||
buf[0][h]=buf[1][h]=out;
|
||||
buf[0][h]=out;
|
||||
|
||||
for (int i=0; i<5; i++) {
|
||||
oscBuf[i]->data[oscBuf[i]->needle++]=scc->voice_out(i)<<7;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue