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

◆ getChordDetector()

shared_ptr< detector::ChordDetector > fl::audio::Processor::getChordDetector ( )
private

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

921 {
922 if (!mChordDetector) {
925 }
926 return mChordDetector;
927}
shared_ptr< detector::ChordDetector > mChordDetector
void registerDetector(shared_ptr< Detector > detector) FL_NOEXCEPT
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

References getChordDetector(), fl::make_shared(), mChordDetector, and registerDetector().

Referenced by getChordConfidence(), getChordDetector(), and onChordEnd().

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