mirror of
https://github.com/airwindows/airwindows.git
synced 2026-05-21 06:46:21 -06:00
Big Double/Denormalization Update
This commit is contained in:
parent
47e16fec36
commit
54fd8c7a18
3302 changed files with 52490 additions and 63509 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue