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

Method getNumBins

src/fl/audio/frequency_bin_mapper.h:114–114  ·  view source on GitHub ↗

Get number of output bins (16 or 32)

Source from the content-addressed store, hash-verified

112
113 /// Get number of output bins (16 or 32)
114 size getNumBins() const { return static_cast<size>(mConfig.mode); }
115
116 /// Get statistics (for debugging/monitoring)
117 struct Stats {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected