ERIS CORE

◆ available()

bool erisAudioAnalyzeScope::available ( void  )

Definition at line 262 of file eris_analyze_scope.cpp.

262  {
263  if (isAvailable){
264  isAvailable = false;
265  trigger();
266  return true;
267  }
268  return false;
269 }

References isAvailable, and trigger().

+ Here is the call graph for this function: