Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ size
Method
size
src/fl/audio/fft/fft.cpp.hpp:261–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
void FFT::clear() { globalCache().clear(); }
260
261
fl::size FFT::size() const { return globalCache().size(); }
262
263
void FFT::setFFTCacheSize(fl::size size) { globalCache().setMaxSize(size); }
264
Callers
15
extractChroma
Method · 0.45
updateChromaHistory
Method · 0.45
update
Method · 0.45
calculateBeatAccent
Method · 0.45
detectDownbeat
Method · 0.45
detectMeter
Method · 0.45
findMostCommonMeter
Method · 0.45
update
Method · 0.45
calculateSpectralFlux
Method · 0.45
updateHypotheses
Method · 0.45
pruneHypotheses
Method · 0.45
updateCurrentTempo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected