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

Method onTempoUnstable

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

Source from the content-addressed store, hash-verified

131}
132
133void Processor::onTempoUnstable(function<void()> callback) {
134 auto detector = getTempoAnalyzer();
135 detector->onTempoUnstable.add(callback);
136}
137
138void Processor::onBass(function<void(float)> callback) {
139 auto detector = getFrequencyBands();

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected