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

Method onTempoWithConfidence

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

Source from the content-addressed store, hash-verified

121}
122
123void Processor::onTempoWithConfidence(function<void(float, float)> callback) {
124 auto detector = getTempoAnalyzer();
125 detector->onTempoWithConfidence.add(callback);
126}
127
128void Processor::onTempoStable(function<void()> callback) {
129 auto detector = getTempoAnalyzer();

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected