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

◆ clear()

void fl::FFTBins::clear ( )
inline

Definition at line 45 of file fft.h.

45 {
46 bins_raw.clear();
47 bins_db.clear();
48 }
fl::vector< float > bins_raw
Definition fft.h:53
fl::vector< float > bins_db
Definition fft.h:55

References bins_db, and bins_raw.

Referenced by fl::FFTContext::fft_unit_test().

+ Here is the caller graph for this function: