Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
682
float Processor::getEqTreble() {
683
return clamp01(getEqualizerDetector()->getTreble());
684
}
685
686
float Processor::getEqVolume() {
687
return clamp01(getEqualizerDetector()->getVolume());
Callers
2
audio_batch.cpp.hpp
File · 0.80
equalizer.hpp
File · 0.80
Calls
2
clamp01
Function · 0.85
getTreble
Method · 0.45
Tested by
no test coverage detected