ERIS CORE

◆ toggleActiveRange()

void erisAudioAnalyzeFFT1024::toggleActiveRange ( )
inline

Definition at line 145 of file eris_analyze_fft1024.h.

145  {
146  if (ssr == SS_LOWFREQ) ssr = SS_HIGHFREQ;
147  else if (ssr == SS_HIGHFREQ) ssr = SS_LOWFREQ;
148  outputflag = false;
149  reset();
150  }
@ SS_LOWFREQ
@ SS_HIGHFREQ

References outputflag, reset(), SS_HIGHFREQ, SS_LOWFREQ, and ssr.

Referenced by AppCQT::init().

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