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

◆ getBeatDetector()

shared_ptr< detector::Beat > fl::audio::Processor::getBeatDetector ( )
private

Definition at line 810 of file audio_processor.cpp.hpp.

810 {
811 if (!mBeatDetector) {
814 }
815 return mBeatDetector;
816}
shared_ptr< detector::Beat > mBeatDetector
void registerDetector(shared_ptr< Detector > detector) FL_NOEXCEPT
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

References getBeatDetector(), fl::make_shared(), mBeatDetector, and registerDetector().

Referenced by getBackbeatDetector(), getBeatConfidence(), getBeatDetector(), getBPM(), getDownbeatDetector(), and onBeat().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: