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

Method getEqZcf

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

Source from the content-addressed store, hash-verified

692}
693
694float Processor::getEqZcf() {
695 return clamp01(getEqualizerDetector()->getZcf());
696}
697
698float Processor::getEqBin(int index) {
699 return clamp01(getEqualizerDetector()->getBin(index));

Callers

nothing calls this directly

Calls 2

clamp01Function · 0.85
getZcfMethod · 0.80

Tested by

no test coverage detected