MCPcopy Create free account
hub / github.com/FastLED/FastLED / update

Method update

src/fl/audio/audio_reactive.cpp.hpp:273–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void Reactive::update(fl::u32 currentTimeMs) {
274 // This method handles updates without new sample data
275 // Just apply smoothing and update timestamp
276 smoothResults();
277 mCurrentData.timestamp = currentTimeMs;
278}
279
280void Reactive::processFFT(const Sample& sample) {
281 // Get PCM data from Sample

Callers 1

processSampleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected