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

Method linear

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

Source from the content-addressed store, hash-verified

95}
96
97fl::span<const float> Bins::linear() const { return mBinsLinear; }
98float Bins::linearFmin() const { return mLinearFmin; }
99float Bins::linearFmax() const { return mLinearFmax; }
100float Bins::fmin() const { return mFmin; }

Callers 6

getBandEnergyMethod · 0.80
extractChromaMethod · 0.80
calculateChromaMethod · 0.80
FL_TEST_FILEFunction · 0.80
fft_sweep.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected