Skip to content

Quantizer

Quantizer module

The Quantizer rounds the input signal to the nearest discrete step, producing a staircase-like output. Useful for creating stepped sequences from smooth signals or quantizing pitch to semitones.

PinTypeDescription
Signal InAudioSignal to quantize
Step SizeAudioVoltage interval between steps
PinTypeDescription
Signal OutAudioQuantized output

To quantize pitch to semitones, set the step size to 1/12 V (approximately 0.0833V), since SynthEdit uses 1V per octave and there are 12 semitones per octave.