ES5506: make chan osc louder

This commit is contained in:
tildearrow 2023-08-27 03:26:32 -05:00
parent 2d5fcf8aca
commit f53bc88242
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ void DivPlatformES5506::acquire(short** buf, size_t len) {
buf[(o<<1)|1][h]=es5506.rout(o);
}
for (int i=chanMax; i>=0; i--) {
oscBuf[i]->data[oscBuf[i]->needle++]=(es5506.voice_lout(i)+es5506.voice_rout(i))>>6;
oscBuf[i]->data[oscBuf[i]->needle++]=(es5506.voice_lout(i)+es5506.voice_rout(i))>>5;
}
}
}