ERIS CORE

◆ begin() [1/2]

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

Definition at line 107 of file eris_synth_waveform.h.

107  {
108  amplitude(t_amp);
109  frequency(t_freq);
110  phase_offset = 0;
111  begin (t_type);
112  }
void frequency(float freq)
void begin(short t_type)

References AudioSynthWaveformhd::amplitude(), AudioSynthWaveformhd::begin(), AudioSynthWaveformhd::frequency(), and AudioSynthWaveformhd::phase_offset.

+ Here is the call graph for this function: