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