ERIS CORE

◆ frequencyModulation()

void AudioSynthWaveformModulated2k::frequencyModulation ( float  octaves)
inlineinherited

Definition at line 187 of file eris_synth_waveform.h.

187  {
188  if (octaves > 12.0f) {
189  octaves = 12.0f;
190  } else if (octaves < 0.1f) {
191  octaves = 0.1f;
192  }
193  modulation_factor = octaves * 4096.0f;
194  modulation_type = 0;
195  }

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

Referenced by SvcErisAudioParameterController::messageHandler().

+ Here is the caller graph for this function: