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

Method linearFmax

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

Source from the content-addressed store, hash-verified

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; }
101float Bins::fmax() const { return mFmax; }
102int Bins::sampleRate() const { return mSampleRate; }

Callers 4

extractChromaMethod · 0.80
calculateChromaMethod · 0.80
FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected