ERIS CORE

◆ read() [4/4]

float erisAudioAnalyzeFFT1024::read ( unsigned int  binNumber)
inline

Definition at line 159 of file eris_analyze_fft1024.h.

159  {
160  if (binNumber > 511) return 0.0;
161  #ifdef ENABLE_F32_FFT
162  return output[binNumber];
163  #else
164  return (float)(output[binNumber]) * (1.0 / 16384.0);
165  #endif
166  }

Referenced by SvcErisAudioParameterController::messageHandler(), read(), and AppCQT::updateOscillatorBank().

+ Here is the caller graph for this function: