Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getEqZcf
Method
getEqZcf
src/fl/audio/audio_processor.cpp.hpp:694–696 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
692
}
693
694
float Processor::getEqZcf() {
695
return clamp01(getEqualizerDetector()->getZcf());
696
}
697
698
float Processor::getEqBin(int index) {
699
return clamp01(getEqualizerDetector()->getBin(index));
Callers
nothing calls this directly
Calls
2
clamp01
Function · 0.85
getZcf
Method · 0.80
Tested by
no test coverage detected