ERIS CORE

◆ begin() [1/2]

void AudioSynthWaveformModulated2k::begin ( float  t_amp,
float  t_freq,
short  t_type 
)
inlineinherited

Definition at line 177 of file eris_synth_waveform.h.

177  {
178  amplitude(t_amp);
179  frequency(t_freq);
180  begin (t_type) ;
181  }

References AudioSynthWaveformModulated2k::amplitude(), AudioSynthWaveformModulated2k::begin(), and AudioSynthWaveformModulated2k::frequency().

+ Here is the call graph for this function: