ERIS CORE

◆ sort_fftrr_by_cqt_bin()

static void erisAudioAnalyzeFFT1024::sort_fftrr_by_cqt_bin ( FFTReadRange *  a,
size_t  n 
)
inlinestatic

Definition at line 310 of file eris_analyze_fft1024.h.

310  {
311  //helper function used to sort FFTReadRange arrays (used for CQT)
312  qsort(a, n, sizeof(*a), compare_fftrr_cqt_bin);
313  }
static int compare_fftrr_cqt_bin(const void *p, const void *q)

References compare_fftrr_cqt_bin().

Referenced by AppCQT::messageHandler(), AppCQT::render(), and AppCQT::updateOscillatorBank().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: