MCPcopy Create free account
hub / github.com/FastLED/FastLED / onTempo

Method onTempo

src/fl/audio/audio_processor.cpp.hpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void Processor::onTempo(function<void(float)> callback) {
119 auto detector = getTempoAnalyzer();
120 detector->onTempo.add(callback);
121}
122
123void Processor::onTempoWithConfidence(function<void(float, float)> callback) {
124 auto detector = getTempoAnalyzer();

Callers 4

runProfilerFunction · 0.80
prewarmFFTCacheFunction · 0.80
runProfilerFunction · 0.80
runProfilerFunction · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected