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

◆ getDropDetector()

shared_ptr< detector::DropDetector > fl::audio::Processor::getDropDetector ( )
private

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

953 {
954 if (!mDropDetector) {
957 }
958 return mDropDetector;
959}
void registerDetector(shared_ptr< Detector > detector) FL_NOEXCEPT
shared_ptr< detector::DropDetector > mDropDetector
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

References getDropDetector(), fl::make_shared(), mDropDetector, and registerDetector().

Referenced by getDropDetector(), getDropImpact(), onDrop(), and onDropEvent().

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