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

◆ getPercussionDetector()

shared_ptr< detector::Percussion > fl::audio::Processor::getPercussionDetector ( )
private

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

913 {
914 if (!mPercussionDetector) {
917 }
918 return mPercussionDetector;
919}
shared_ptr< detector::Percussion > mPercussionDetector
void registerDetector(shared_ptr< Detector > detector) FL_NOEXCEPT
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

References getPercussionDetector(), fl::make_shared(), mPercussionDetector, and registerDetector().

Referenced by getPercussionDetector(), isHiHat(), isKick(), isSnare(), isTom(), onHiHat(), onKick(), onSnare(), and onTom().

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