Fussing with codebase: beware errors

This commit is contained in:
Christopher Johnson 2022-02-26 15:52:46 -05:00
parent 54fd8c7a18
commit 2336d31220
1062 changed files with 3132 additions and 9576 deletions

View file

@ -14,7 +14,7 @@ SpatializeDither::SpatializeDither(audioMasterCallback audioMaster) :
{
A = 1.0;
B = 0.0;
fpd = 17;
fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX;
contingentErrL = 0.0;
contingentErrR = 0.0;
flip = false;