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

◆ getTransientDetector()

shared_ptr< detector::Transient > fl::audio::Processor::getTransientDetector ( )
private

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

842 {
843 if (!mTransientDetector) {
846 }
847 return mTransientDetector;
848}
shared_ptr< detector::Transient > mTransientDetector
void registerDetector(shared_ptr< Detector > detector) FL_NOEXCEPT
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

References getTransientDetector(), fl::make_shared(), mTransientDetector, and registerDetector().

Referenced by getTransientDetector(), getTransientStrength(), and onTransient().

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