Pitch correction (again), Fix compatibility issue

This commit is contained in:
cam900 2022-06-18 10:38:48 +09:00
parent 66f3f0e678
commit 6dc81c7af1
2 changed files with 17 additions and 11 deletions

View file

@ -62,8 +62,8 @@ class DivPlatformSMS: public DivDispatch {
unsigned char oldValue;
unsigned char snNoiseMode;
int divider=16;
int toneDivider=64;
int noiseDivider=64;
double toneDivider=64.0;
double noiseDivider=64.0;
bool updateSNMode;
bool resetPhase;
bool isRealSN;