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

Method clear

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

Source from the content-addressed store, hash-verified

51};
52
53void Bins::clear() {
54 mBinsRaw.clear();
55 mBinsLinear.clear();
56 mNormFactors.clear();
57 mNormalizedDirty = true;
58 mDbDirty = true;
59}
60
61fl::size Bins::bands() const { return mBands; }
62

Callers 15

configureMethod · 0.45
setCustomGainsMethod · 0.45
getFFTMethod · 0.45
setFFTHistoryDepthMethod · 0.45
setSampleMethod · 0.45
clearCacheMethod · 0.45
SampleImplClass · 0.45
processMethod · 0.45
applyGainMethod · 0.45
processSampleMethod · 0.45
filterSpikesMethod · 0.45
removeDCOffsetMethod · 0.45

Calls

no outgoing calls

Tested by 2

configureMethod · 0.36
setCustomGainsMethod · 0.36