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

Method onTempoStable

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

Source from the content-addressed store, hash-verified

126}
127
128void Processor::onTempoStable(function<void()> callback) {
129 auto detector = getTempoAnalyzer();
130 detector->onTempoStable.add(callback);
131}
132
133void Processor::onTempoUnstable(function<void()> callback) {
134 auto detector = getTempoAnalyzer();

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected