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

◆ fireCallbacks()

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

Reimplemented from fl::audio::Detector.

Definition at line 79 of file frequency_bands.cpp.hpp.

79 {
80 if (onLevelsUpdate) {
82 }
83 if (onBassLevel) {
85 }
86 if (onMidLevel) {
88 }
89 if (onTrebleLevel) {
91 }
92}
function_list< void(float level)> onBassLevel
function_list< void(float level)> onTrebleLevel
function_list< void(float level)> onMidLevel
function_list< void(float bass, float mid, float treble)> onLevelsUpdate

References mBass, mMid, mTreble, onBassLevel, onLevelsUpdate, onMidLevel, and onTrebleLevel.

Referenced by ~FrequencyBands().

+ Here is the caller graph for this function: