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

◆ update()

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

Definition at line 53 of file audio_reactive.cpp.

53 {
54 // This method handles updates without new sample data
55 // Just apply smoothing and update timestamp
57 mCurrentData.timestamp = currentTimeMs;
58}

References mCurrentData, and smoothResults().

+ Here is the call graph for this function: