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

◆ updateBeatDetector()

void fl::audio::detector::Backbeat::updateBeatDetector ( shared_ptr< Context > context)
private

Definition at line 176 of file backbeat.cpp.hpp.

176 {
177 if (mBeatDetector) {
178 mBeatDetector->update(context);
179 }
180}
shared_ptr< Beat > mBeatDetector
Definition backbeat.h:122

References mBeatDetector.

Referenced by update().

+ Here is the caller graph for this function: