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

Method getBassLevel

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

Source from the content-addressed store, hash-verified

488}
489
490float Processor::getBassLevel() {
491 return clamp01(getFrequencyBands()->getBassNorm());
492}
493
494float Processor::getMidLevel() {
495 return clamp01(getFrequencyBands()->getMidNorm());

Callers

nothing calls this directly

Calls 2

clamp01Function · 0.85
getBassNormMethod · 0.80

Tested by

no test coverage detected