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

Method getBeatConfidence

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

Source from the content-addressed store, hash-verified

472}
473
474float Processor::getBeatConfidence() {
475 return clamp01(getBeatDetector()->getConfidence());
476}
477
478float Processor::getBPM() {
479 return getBeatDetector()->getBPM();

Callers

nothing calls this directly

Calls 2

clamp01Function · 0.85
getConfidenceMethod · 0.45

Tested by

no test coverage detected