a
This commit is contained in:
parent
7db722a8a7
commit
2a5487ac19
|
|
@ -577,7 +577,8 @@ bool DivEngine::loadFTM(unsigned char* file, size_t len, bool dnft, bool dnft_si
|
||||||
customHz = reader.readI();
|
customHz = reader.readI();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (customHz<1.0) customHz=1.0;
|
logV("before clamp: %f",customHz);
|
||||||
|
|
||||||
if (customHz>1000.0) customHz=1000.0;
|
if (customHz>1000.0) customHz=1000.0;
|
||||||
|
|
||||||
unsigned int newVibrato = 0;
|
unsigned int newVibrato = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue