FastLED 3.9.15
Loading...
Searching...
No Matches

◆ setSmoothing()

void fl::audio::detector::FrequencyBands::setSmoothing ( float tau)
inline

Definition at line 48 of file frequency_bands.h.

48{ mBassSmoother.setTau(tau); mMidSmoother.setTau(tau); mTrebleSmoother.setTau(tau); }
ExponentialSmoother< float > mBassSmoother
ExponentialSmoother< float > mTrebleSmoother
ExponentialSmoother< float > mMidSmoother

References mBassSmoother, mMidSmoother, and mTrebleSmoother.