ERIS CORE

◆ render()

void SvcMIDI::render ( )
inlineoverrideprotectedvirtual

render loop

Reimplemented from AppBaseClass.

Definition at line 57 of file SvcMidi.h.

57  {
58  if (!midi_init){
59  midiInit();
60  }
61  }; //called only when the app is active
void midiInit()
Definition: SvcMIDI.cpp:110
bool midi_init
Definition: SvcMidi.h:53

References midi_init, and midiInit().

+ Here is the call graph for this function: