From M1 Laptop

This commit is contained in:
Christopher Johnson 2021-03-20 00:46:48 -04:00
parent a8f0743309
commit f8c689469c

View file

@ -225,6 +225,7 @@ void Acceleration::AccelerationKernel::Process( const Float32 *inSourceP,
//all positive. That should stop any variables from going denormal, and the routine //all positive. That should stop any variables from going denormal, and the routine
//only kicks in if digital black is input. As a final touch, if you save to 24-bit //only kicks in if digital black is input. As a final touch, if you save to 24-bit
//the silence will return to being digital black again. //the silence will return to being digital black again.
//This file's now been modified by all dev machines, using commandline git
} }
drySample = inputSample; drySample = inputSample;