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

Method setParams

src/fl/audio/fft/fft.cpp.hpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void Bins::setParams(float fmin, float fmax, int sampleRate) {
147 mFmin = fmin;
148 mFmax = fmax;
149 mSampleRate = sampleRate;
150}
151
152void Bins::setLinearParams(float linearFmin, float linearFmax) {
153 mLinearFmin = linearFmin;

Callers 5

infoMethod · 0.45
runLogRebinMethod · 0.45
runNaiveMethod · 0.45
runOctaveWiseMethod · 0.45
runHybridMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected