FastLED 3.9.15
Loading...
Searching...
No Matches

◆ FFTBins() [2/3]

fl::FFTBins::FFTBins ( const FFTBins & other)
inline

Definition at line 22 of file fft.h.

22: bins_raw(other.bins_raw), bins_db(other.bins_db), mSize(other.mSize) {}
fl::size mSize
Definition fft.h:58
fl::vector< float > bins_raw
Definition fft.h:53
fl::vector< float > bins_db
Definition fft.h:55

References FFTBins(), bins_db, bins_raw, and mSize.

+ Here is the call graph for this function: