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

◆ update()

void fl::AudioReactive::update ( fl::u32 currentTimeMs)

Definition at line 83 of file audio_reactive.cpp.

83 {
84 // This method handles updates without new sample data
85 // Just apply smoothing and update timestamp
87 mCurrentData.timestamp = currentTimeMs;
88}

References mCurrentData, and smoothResults().

+ Here is the call graph for this function: