ERIS CORE

◆ arbitraryProgram()

void AudioSynthWaveformhd::arbitraryProgram ( uint8_t  program)
inherited

Definition at line 38 of file eris_synth_waveform.cpp.

38  {
39  //select from an array of static waveforms stored in program memory
40  if (program < 128){
41  arbdata = wt[program];
42  }
43 }
const int16_t ** wt

References AudioSynthWaveformhd::arbdata, and wt.

Referenced by AudioDirector::AudioDirector(), and SvcErisAudioParameterController::messageHandler().

+ Here is the caller graph for this function: