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

◆ fireCallbacks()

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

Reimplemented from fl::audio::Detector.

Definition at line 86 of file mood_analyzer.cpp.hpp.

86 {
87 if (onMood) {
89 }
90
91 if (onValenceArousal) {
93 }
94
97 }
98}
function_list< void(float valence, float arousal)> onValenceArousal
function_list< void(const Mood &mood)> onMoodChange
function_list< void(const Mood &mood)> onMood

References mCurrentMood, mMoodChanged, onMood, onMoodChange, and onValenceArousal.

Referenced by ~MoodAnalyzer().

+ Here is the caller graph for this function: