AudioEffectDistortion.Mode/mode - multiple declarations
Function AudioEffectDistortion.mode
Distortion type.
AudioEffectDistortion . Mode mode() nothrow @property @nogc;
void mode
(
long v
) nothrow @property @nogc;
Enum AudioEffectDistortion.Mode
enum Mode
: int { ... }
Enum members
Name | Description |
---|---|
modeAtan
|
|
modeClip
|
Digital distortion effect which cuts off peaks at the top and bottom of the waveform. |
modeLofi
|
Low-resolution digital distortion effect. You can use it to emulate the sound of early digital audio devices. |
modeOverdrive
|
Emulates the warm distortion produced by a field effect transistor, which is commonly used in solid-state musical instrument amplifiers. |
modeWaveshape
|
Waveshaper distortions are used mainly by electronic musicians to achieve an extra-abrasive sound. |