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

◆ reset()

void fl::audio::SilenceEnvelope::reset ( float initialValue = 0.0f)

Definition at line 34 of file silence_envelope.cpp.hpp.

34 {
35 mCurrent = initialValue;
36}

References FL_NOEXCEPT, and mCurrent.