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

Method getBackbeatStrength

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

Source from the content-addressed store, hash-verified

608}
609
610float Processor::getBackbeatStrength() {
611 return clamp01(getBackbeatDetector()->getStrength());
612}
613
614float Processor::getChordConfidence() {
615 return clamp01(getChordDetector()->getCurrentChord().confidence);

Callers

nothing calls this directly

Calls 2

clamp01Function · 0.85
getStrengthMethod · 0.45

Tested by

no test coverage detected