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

◆ update()

void fl::audio::Reactive::update ( fl::u32 currentTimeMs)

Definition at line 273 of file audio_reactive.cpp.hpp.

273 {
274 // This method handles updates without new sample data
275 // Just apply smoothing and update timestamp
277 mCurrentData.timestamp = currentTimeMs;
278}

References mCurrentData, and smoothResults().

+ Here is the call graph for this function: