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

Method getBuildupProgress

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

Source from the content-addressed store, hash-verified

556}
557
558float Processor::getBuildupProgress() {
559 return clamp01(getBuildupDetector()->getProgress());
560}
561
562float Processor::getDropImpact() {
563 return clamp01(getDropDetector()->getLastDrop().impact);

Callers

nothing calls this directly

Calls 2

clamp01Function · 0.85
getProgressMethod · 0.45

Tested by

no test coverage detected