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

Method getEqMid

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

Source from the content-addressed store, hash-verified

676}
677
678float Processor::getEqMid() {
679 return clamp01(getEqualizerDetector()->getMid());
680}
681
682float Processor::getEqTreble() {
683 return clamp01(getEqualizerDetector()->getTreble());

Callers 2

equalizer.hppFile · 0.80

Calls 2

clamp01Function · 0.85
getMidMethod · 0.45

Tested by

no test coverage detected