Pitch correction (again), Fix compatibility issue
This commit is contained in:
parent
66f3f0e678
commit
6dc81c7af1
2 changed files with 17 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue