Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
474
float Processor::getBeatConfidence() {
475
return clamp01(getBeatDetector()->getConfidence());
476
}
477
478
float Processor::getBPM() {
479
return getBeatDetector()->getBPM();
Callers
nothing calls this directly
Calls
2
clamp01
Function · 0.85
getConfidence
Method · 0.45
Tested by
no test coverage detected