Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getTrebleRaw
Method
getTrebleRaw
src/fl/audio/audio_processor.cpp.hpp:510–512 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
508
}
509
510
float Processor::getTrebleRaw() {
511
return getFrequencyBands()->getTreble();
512
}
513
514
bool Processor::isSilent() {
515
return getSilenceDetector()->isSilent();
Callers
1
FL_TEST_FILE
Function · 0.80
Calls
1
getTreble
Method · 0.45
Tested by
no test coverage detected