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

◆ fireCallbacks()

void fl::audio::detector::Transient::fireCallbacks ( )
overridevirtual

Reimplemented from fl::audio::Detector.

Definition at line 59 of file transient.cpp.hpp.

59 {
61 if (onTransient) {
63 }
66 }
67 if (onAttack) {
69 }
70 }
71}
function_list< void()> onTransient
Definition transient.h:33
function_list< void(float strength)> onTransientWithStrength
Definition transient.h:34
function_list< void(float strength)> onAttack
Definition transient.h:35

References mStrength, mTransientDetected, onAttack, onTransient, and onTransientWithStrength.

Referenced by ~Transient().

+ Here is the caller graph for this function: