Table of Contents

Enum AudioEffectDistortion.ModeEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum AudioEffectDistortion.ModeEnum : long

Fields

Atan = 1
Clip = 0

Digital distortion effect which cuts off peaks at the top and bottom of the waveform.

Lofi = 2

Low-resolution digital distortion effect (bit depth reduction). You can use it to emulate the sound of early digital audio devices.

Overdrive = 3

Emulates the warm distortion produced by a field effect transistor, which is commonly used in solid-state musical instrument amplifiers. The Drive property has no effect in this mode.

Waveshape = 4

Waveshaper distortions are used mainly by electronic musicians to achieve an extra-abrasive sound.