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

◆ onTempoUnstable()

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

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

133 {
134 auto detector = getTempoAnalyzer();
135 detector->onTempoUnstable.add(callback);
136}
shared_ptr< detector::TempoAnalyzer > getTempoAnalyzer() FL_NOEXCEPT

References getTempoAnalyzer(), and onTempoUnstable().

Referenced by onTempoUnstable(), and onTempoWithConfidence().

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