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

Method getMidLevel

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

Source from the content-addressed store, hash-verified

492}
493
494float Processor::getMidLevel() {
495 return clamp01(getFrequencyBands()->getMidNorm());
496}
497
498float Processor::getTrebleLevel() {
499 return clamp01(getFrequencyBands()->getTrebleNorm());

Callers

nothing calls this directly

Calls 2

clamp01Function · 0.85
getMidNormMethod · 0.80

Tested by

no test coverage detected