ERIS CORE

◆ phaseModulation()

void AudioSynthWaveformModulated2k::phaseModulation ( float  degrees)
inlineinherited

Definition at line 196 of file eris_synth_waveform.h.

196  {
197  if (degrees > 9000.0f) {
198  degrees = 9000.0f;
199  } else if (degrees < 30.0f) {
200  degrees = 30.0f;
201  }
202  modulation_factor = degrees * (float)(65536.0 / 180.0);
203  modulation_type = 1;
204  }

References AudioSynthWaveformModulated2k::modulation_factor, and AudioSynthWaveformModulated2k::modulation_type.

Referenced by SvcErisAudioParameterController::messageHandler().

+ Here is the caller graph for this function: