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

Method getMidNorm

src/fl/audio/detector/frequency_bands.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 // Per-band normalized values (0.0 - 1.0, self-referential via running max)
38 float getBassNorm() const { return mBassNorm; }
39 float getMidNorm() const { return mMidNorm; }
40 float getTrebleNorm() const { return mTrebleNorm; }
41
42 // Configuration - set frequency ranges (in Hz)

Callers 2

getMidLevelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected