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

Method getTrebleLevel

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

Source from the content-addressed store, hash-verified

496}
497
498float Processor::getTrebleLevel() {
499 return clamp01(getFrequencyBands()->getTrebleNorm());
500}
501
502float Processor::getBassRaw() {
503 return getFrequencyBands()->getBass();

Callers

nothing calls this directly

Calls 2

clamp01Function · 0.85
getTrebleNormMethod · 0.80

Tested by

no test coverage detected