ERIS CORE

◆ read()

int16_t erisAudioAnalyzeScope::read ( int8_t  channel,
uint16_t  mem_index 
)

Definition at line 243 of file eris_analyze_scope.cpp.

243  {
244  if (mem_index > mem_length) return 0;
245  return memory[channel][mem_index];
246 }

References mem_length.

Referenced by AppScope::render().

+ Here is the caller graph for this function: