MCPcopy Create free account
hub / github.com/FastLED/FastLED / getMidRaw

Method getMidRaw

src/fl/audio/detector/vibe.h:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113 float getBassRaw() const FL_NOEXCEPT { return mImm[0]; }
114 float getMidRaw() const FL_NOEXCEPT { return mImm[1]; }
115 float getTrebRaw() const FL_NOEXCEPT { return mImm[2]; }
116
117 float getBassAvg() const FL_NOEXCEPT { return mAvg[0]; }

Callers 2

FL_TEST_FILEFunction · 0.45
vibe.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected