mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
damn it
This commit is contained in:
parent
430d0329bd
commit
7a67730c29
1 changed files with 3 additions and 0 deletions
|
@ -787,6 +787,9 @@ void DivPlatformTX81Z::setFlags(unsigned int flags) {
|
|||
baseFreqOff=0;
|
||||
}
|
||||
rate=chipClock/64;
|
||||
for (int i=0; i<8; i++) {
|
||||
oscBuf[i]->rate=rate;
|
||||
}
|
||||
}
|
||||
|
||||
bool DivPlatformTX81Z::isStereo() {
|
||||
|
|
Loading…
Reference in a new issue