Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getMidRaw
Method
getMidRaw
src/fl/audio/audio_processor.cpp.hpp:506–508 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
504
}
505
506
float Processor::getMidRaw() {
507
return getFrequencyBands()->getMid();
508
}
509
510
float Processor::getTrebleRaw() {
511
return getFrequencyBands()->getTreble();
Callers
nothing calls this directly
Calls
1
getMid
Method · 0.45
Tested by
no test coverage detected