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

◆ getPitchDetector()

shared_ptr< detector::Pitch > fl::audio::Processor::getPitchDetector ( )
private

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

866 {
867 if (!mPitchDetector) {
870 }
871 return mPitchDetector;
872}
shared_ptr< detector::Pitch > mPitchDetector
void registerDetector(shared_ptr< Detector > detector) FL_NOEXCEPT
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

References getPitchDetector(), fl::make_shared(), mPitchDetector, and registerDetector().

Referenced by getNoteDetector(), getPitch(), getPitchConfidence(), and getPitchDetector().

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