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

Method getTrebleNorm

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

Source from the content-addressed store, hash-verified

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)
43 void setBassRange(float min, float max) { mBassMin = min; mBassMax = max; }

Callers 2

getTrebleLevelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected