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

◆ updateBeatDetector()

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

Definition at line 183 of file downbeat.cpp.hpp.

183 {
184 if (mBeatDetector) {
185 mBeatDetector->update(context);
186 }
187}
shared_ptr< Beat > mBeatDetector
Definition downbeat.h:104

References mBeatDetector.

Referenced by update().

+ Here is the caller graph for this function: