ERIS CORE

◆ sort_fftrr_by_value()

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

Definition at line 305 of file eris_analyze_fft1024.h.

305  {
306  //helper function used to sort FFTReadRange arrays (used for CQT)
307  qsort(a, n, sizeof(*a), compare_fftrr_value);
308  }
static int compare_fftrr_value(const void *p, const void *q)

References compare_fftrr_value().

Referenced by AppCQT::updateOscillatorBank().

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