dev128 - prepare for SN noise and hard fix fp b

file picker bug...
This commit is contained in:
tildearrow 2022-11-25 14:33:56 -05:00
parent 7841c3d0b6
commit 7709a9c3f6
7 changed files with 40 additions and 3 deletions

View file

@ -467,6 +467,7 @@ void DivPlatformSMS::setFlags(const DivConfig& flags) {
break;
}
resetPhase=!flags.getBool("noPhaseReset",false);
easyNoise=!flags.getBool("noEasyNoise",false);
divider=16;
toneDivider=64.0;
noiseDivider=64.0;