diff options
author | skyace65 <trekie96@hotmail.com> | 2022-06-19 19:11:11 -0400 |
---|---|---|
committer | skyace65 <trekie96@hotmail.com> | 2022-06-19 22:25:00 -0400 |
commit | c2b5464659cb99dad2857db80d1b69195aca438d (patch) | |
tree | 26f6e99244ad20444aae8ef6feca22d832b803b5 /doc/classes/AudioEffectPhaser.xml | |
parent | f58ff85f8f9e0cf878ef097c19c8eacde0c0585d (diff) |
Cleanup audio effect class reference pages
Diffstat (limited to 'doc/classes/AudioEffectPhaser.xml')
-rw-r--r-- | doc/classes/AudioEffectPhaser.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/AudioEffectPhaser.xml b/doc/classes/AudioEffectPhaser.xml index 9c10052b6a..7aaf404352 100644 --- a/doc/classes/AudioEffectPhaser.xml +++ b/doc/classes/AudioEffectPhaser.xml @@ -1,13 +1,14 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="AudioEffectPhaser" inherits="AudioEffect" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> - Adds a phaser audio effect to an Audio bus. + Adds a phaser audio effect to an audio bus. Combines the original signal with a copy that is slightly out of phase with the original. </brief_description> <description> Combines phase-shifted signals with the original signal. The movement of the phase-shifted signals is controlled using a low-frequency oscillator. </description> <tutorials> + <link title="Audio buses">$DOCS_URL/tutorials/audio/audio_buses.html</link> </tutorials> <members> <member name="depth" type="float" setter="set_depth" getter="get_depth" default="1.0"> |