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

◆ onDiminuendo()

void fl::audio::Processor::onDiminuendo ( function< void()> callback)

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

223 {
224 auto detector = getDynamicsAnalyzer();
225 detector->onDiminuendo.add(callback);
226}
shared_ptr< detector::DynamicsAnalyzer > getDynamicsAnalyzer() FL_NOEXCEPT

References getDynamicsAnalyzer(), and onDiminuendo().

Referenced by onDiminuendo(), and onSilenceDuration().

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