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

◆ onCrescendo()

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

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

218 {
219 auto detector = getDynamicsAnalyzer();
220 detector->onCrescendo.add(callback);
221}
shared_ptr< detector::DynamicsAnalyzer > getDynamicsAnalyzer() FL_NOEXCEPT

References getDynamicsAnalyzer(), and onCrescendo().

Referenced by onCrescendo(), and onSilenceDuration().

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