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

Method getBuildupIntensity

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

Source from the content-addressed store, hash-verified

552}
553
554float Processor::getBuildupIntensity() {
555 return clamp01(getBuildupDetector()->getIntensity());
556}
557
558float Processor::getBuildupProgress() {
559 return clamp01(getBuildupDetector()->getProgress());

Callers

nothing calls this directly

Calls 2

clamp01Function · 0.85
getIntensityMethod · 0.80

Tested by

no test coverage detected