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

Method getTempoConfidence

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

Source from the content-addressed store, hash-verified

544}
545
546float Processor::getTempoConfidence() {
547 return clamp01(getTempoAnalyzer()->getConfidence());
548}
549
550float Processor::getTempoBPM() {
551 return getTempoAnalyzer()->getBPM();

Callers

nothing calls this directly

Calls 2

clamp01Function · 0.85
getConfidenceMethod · 0.45

Tested by

no test coverage detected