Skip to content
Welcome to the new SynthEdit website. The old site is still available — visit the old site.

Denormal Cleaner

Denormal Cleaner module

The Denormal Cleaner removes denormal numbers (extremely small floating-point values) from audio signals. Denormal values are inaudible but cause the CPU to switch to a slower processing mode, resulting in spikes and glitchy audio.

PinTypeDescription
Signal InAudioSignal to clean
PinTypeDescription
Signal OutAudioCleaned signal

Denormal handling is engine-wide and automatic, so in practice this module has nothing left to do. It is kept for older patches that already contain one, and for the rare third-party module that still manages to emit denormals.

Use the Denormal Detector to identify where denormals occur in your patch.