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

◆ append() [2/39]

string & fl::string::append ( const audio::fft::Bins & str)

Definition at line 254 of file string.cpp.hpp.

254 {
255 append("\n Impl Bins:\n ");
256 append(str.raw());
257 append("\n");
258 append(" Impl Bins DB:\n ");
259 append(str.db());
260 append("\n");
261 return *this;
262}
string & append(const bitset_fixed< N > &bs) FL_NOEXCEPT
Definition string.h:284

References append(), fl::audio::fft::Bins::db(), and fl::audio::fft::Bins::raw().

+ Here is the call graph for this function: