Click or drag to resize

AudioEffectDistortionModeEnum Enumeration

[Missing <summary> documentation for "T:Godot.AudioEffectDistortion.ModeEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum ModeEnum
Members
  Member nameValueDescription
Clip0

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

Atan1
Lofi2

Low-resolution digital distortion effect. You can use it to emulate the sound of early digital audio devices.

Overdrive3

Emulates the warm distortion produced by a field effect transistor, which is commonly used in solid-state musical instrument amplifiers.

Waveshape4

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

See Also