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

◆ onTempoStable()

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

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

128 {
129 auto detector = getTempoAnalyzer();
130 detector->onTempoStable.add(callback);
131}
shared_ptr< detector::TempoAnalyzer > getTempoAnalyzer() FL_NOEXCEPT

References getTempoAnalyzer(), and onTempoStable().

Referenced by onTempoStable(), and onTempoWithConfidence().

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