Enum AudioEffectDistortion.ModeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum AudioEffectDistortion.ModeEnum : long
Fields
Atan = 1Clip = 0Digital distortion effect which cuts off peaks at the top and bottom of the waveform.
Lofi = 2Low-resolution digital distortion effect (bit depth reduction). You can use it to emulate the sound of early digital audio devices.
Overdrive = 3Emulates 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 = 4Waveshaper distortions are used mainly by electronic musicians to achieve an extra-abrasive sound.