MCPcopy 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

259void FFT::clear() { globalCache().clear(); }
260
261fl::size FFT::size() const { return globalCache().size(); }
262
263void FFT::setFFTCacheSize(fl::size size) { globalCache().setMaxSize(size); }
264

Callers 15

extractChromaMethod · 0.45
updateChromaHistoryMethod · 0.45
updateMethod · 0.45
calculateBeatAccentMethod · 0.45
detectDownbeatMethod · 0.45
detectMeterMethod · 0.45
findMostCommonMeterMethod · 0.45
updateMethod · 0.45
calculateSpectralFluxMethod · 0.45
updateHypothesesMethod · 0.45
pruneHypothesesMethod · 0.45
updateCurrentTempoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected