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

Method getTransientStrength

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

Source from the content-addressed store, hash-verified

520}
521
522float Processor::getTransientStrength() {
523 return clamp01(getTransientDetector()->getStrength());
524}
525
526float Processor::getDynamicTrend() {
527 return clampNeg1To1(getDynamicsAnalyzer()->getDynamicTrend());

Callers

nothing calls this directly

Calls 2

clamp01Function · 0.85
getStrengthMethod · 0.45

Tested by

no test coverage detected