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

Method getMid

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

Source from the content-addressed store, hash-verified

89
90 float getBass() const FL_NOEXCEPT { return mImmRel[0]; }
91 float getMid() const FL_NOEXCEPT { return mImmRel[1]; }
92 float getTreb() const FL_NOEXCEPT { return mImmRel[2]; }
93 float getVol() const FL_NOEXCEPT { return (mImmRel[0] + mImmRel[1] + mImmRel[2]) / 3.0f; }
94

Callers 10

getMidRawMethod · 0.45
getVibeMidMethod · 0.45
getEqMidMethod · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
equalizer.hppFile · 0.45
vibe.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected