MCPcopy 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
506float Processor::getMidRaw() {
507 return getFrequencyBands()->getMid();
508}
509
510float Processor::getTrebleRaw() {
511 return getFrequencyBands()->getTreble();

Callers

nothing calls this directly

Calls 1

getMidMethod · 0.45

Tested by

no test coverage detected