Big Double/Denormalization Update

This commit is contained in:
Christopher Johnson 2022-02-26 14:23:03 -05:00
parent 47e16fec36
commit 54fd8c7a18
3302 changed files with 52490 additions and 63509 deletions

View file

@ -33,8 +33,8 @@ Hermepass::Hermepass(audioMasterCallback audioMaster) :
iirGR = 0.0;
iirHR = 0.0;
fpFlip = true;
fpNShapeL = 0.0;
fpNShapeR = 0.0;
fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX;
fpdR = 1.0; while (fpdR < 16386) fpdR = rand()*UINT32_MAX;
//this is reset: values being initialized only once. Startup values, whatever they are.
_canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect.