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

Method getEqBin

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

Source from the content-addressed store, hash-verified

696}
697
698float Processor::getEqBin(int index) {
699 return clamp01(getEqualizerDetector()->getBin(index));
700}
701
702float Processor::getEqAutoGain() {
703 return getEqualizerDetector()->getAutoGain();

Callers 2

equalizer.hppFile · 0.80

Calls 2

clamp01Function · 0.85
getBinMethod · 0.80

Tested by

no test coverage detected