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

Method getEqTreble

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

Source from the content-addressed store, hash-verified

680}
681
682float Processor::getEqTreble() {
683 return clamp01(getEqualizerDetector()->getTreble());
684}
685
686float Processor::getEqVolume() {
687 return clamp01(getEqualizerDetector()->getVolume());

Callers 2

equalizer.hppFile · 0.80

Calls 2

clamp01Function · 0.85
getTrebleMethod · 0.45

Tested by

no test coverage detected