ERIS CORE

◆ pulseWidth()

void AudioSynthWaveformhd::pulseWidth ( float  n)
inlineinherited

Definition at line 89 of file eris_synth_waveform.h.

89  { // 0.0 to 1.0
90  if (n < 0) {
91  n = 0;
92  } else if (n > 1.0f) {
93  n = 1.0f;
94  }
95  pulse_width = n * 4294967296.0f;
96  }

References AudioSynthWaveformhd::pulse_width.

Referenced by SvcErisAudioParameterController::messageHandler().

+ Here is the caller graph for this function: