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

◆ onTransient()

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

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

183 {
184 auto detector = getTransientDetector();
185 detector->onTransient.add(callback);
186}
shared_ptr< detector::Transient > getTransientDetector() FL_NOEXCEPT

References getTransientDetector(), and onTransient().

Referenced by onAverageEnergy(), and onTransient().

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