Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
void Bins::clear() {
54
mBinsRaw.clear();
55
mBinsLinear.clear();
56
mNormFactors.clear();
57
mNormalizedDirty = true;
58
mDbDirty = true;
59
}
60
61
fl::size Bins::bands() const { return mBands; }
62
Callers
15
configure
Method · 0.45
setCustomGains
Method · 0.45
getFFT
Method · 0.45
setFFTHistoryDepth
Method · 0.45
setSample
Method · 0.45
clearCache
Method · 0.45
SampleImpl
Class · 0.45
process
Method · 0.45
applyGain
Method · 0.45
processSample
Method · 0.45
filterSpikes
Method · 0.45
removeDCOffset
Method · 0.45
Calls
no outgoing calls
Tested by
2
configure
Method · 0.36
setCustomGains
Method · 0.36