Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getEqBass
Method
getEqBass
src/fl/audio/audio_processor.cpp.hpp:674–676 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
672
}
673
674
float Processor::getEqBass() {
675
return clamp01(getEqualizerDetector()->getBass());
676
}
677
678
float Processor::getEqMid() {
679
return clamp01(getEqualizerDetector()->getMid());
Callers
2
audio_batch.cpp.hpp
File · 0.80
equalizer.hpp
File · 0.80
Calls
2
clamp01
Function · 0.85
getBass
Method · 0.45
Tested by
no test coverage detected