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