From 8c19cc7b3da43d143f4316e1b7de2c7c2a35b328 Mon Sep 17 00:00:00 2001 From: Jerome67000 Date: Sat, 16 Sep 2017 18:47:19 +0200 Subject: [DOCS] Adds AudioEffects doc --- doc/classes/AudioEffectDistortion.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/classes/AudioEffectDistortion.xml') diff --git a/doc/classes/AudioEffectDistortion.xml b/doc/classes/AudioEffectDistortion.xml index e5c5a3b50..1a6aa1d2b 100644 --- a/doc/classes/AudioEffectDistortion.xml +++ b/doc/classes/AudioEffectDistortion.xml @@ -1,8 +1,12 @@ + Adds a Distortion audio effect to an Audio bus. + Modify the sound to make it dirty. + Modify the sound and make it dirty. Differents types available : clip, tan, lofi (bit crushing), overdrive, or waveshape. + By distorting the waveform the frequency content change, which will often make the sound "crunchy" or "abrasive". For games, it can simulate sound coming from some saturated device or speaker very efficiently. @@ -82,26 +86,35 @@ + Distortion power. Value can range from 0 to 1. Default value: [code]0[/code]. + High-pass filter. Frequencies higher than this value will not be affected by the distortion. Value can range from 1 to 20000. Default value: [code]16000[/code]. + Distortion type. Default value: [code]MODE_CLIP[/code]. + Increases or decreases the volume after the effect. Value can range from -80 to 24. Default value: [code]0[/code]. + Increases or decreases the volume before the effect. Value can range from -60 to 60. Default value: [code]0[/code]. + Digital distortion effect which cuts off peaks at the top and bottom of the waveform. + Low-resolution digital distortion effect. You can use it to emulate the sound of early digital audio devices. + Emulates the warm distortion produced by a field effect transistor, which is commonly used in solid-state musical instrument amplifiers. + Waveshaper distortions are used mainly by electronic musicians to achieve an extra-abrasive sound. -- cgit v1.2.3-70-g09d2