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

◆ getDynamicsAnalyzer()

shared_ptr< detector::DynamicsAnalyzer > fl::audio::Processor::getDynamicsAnalyzer ( )
private

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

858 {
859 if (!mDynamicsAnalyzer) {
862 }
863 return mDynamicsAnalyzer;
864}
shared_ptr< detector::DynamicsAnalyzer > mDynamicsAnalyzer
void registerDetector(shared_ptr< Detector > detector) FL_NOEXCEPT
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

References getDynamicsAnalyzer(), fl::make_shared(), mDynamicsAnalyzer, and registerDetector().

Referenced by getDynamicsAnalyzer(), getDynamicTrend(), isCrescendo(), isDiminuendo(), onCrescendo(), and onDiminuendo().

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