OPLL: and now fix match
This commit is contained in:
parent
1688fc012e
commit
2a4383b4de
|
@ -1173,7 +1173,11 @@ void DivPlatformOPLL::setFlags(const DivConfig& flags) {
|
||||||
if (selCore==1) {
|
if (selCore==1) {
|
||||||
oscBuf[i]->rate=rate;
|
oscBuf[i]->rate=rate;
|
||||||
} else {
|
} else {
|
||||||
oscBuf[i]->rate=rate/2;
|
if (i>=6 && properDrumsSys) {
|
||||||
|
oscBuf[i]->rate=rate;
|
||||||
|
} else {
|
||||||
|
oscBuf[i]->rate=rate/2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
noTopHatFreq=flags.getBool("noTopHatFreq",false);
|
noTopHatFreq=flags.getBool("noTopHatFreq",false);
|
||||||
|
|
Loading…
Reference in a new issue