diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-11-15 21:54:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 21:54:21 +0100 |
commit | c7f7dd3e3e3592264a05e0dc7ee5f1ea37fad738 (patch) | |
tree | a22a88d22bd079a8404150fbf5b870df6046240e /doc/classes/AudioEffectPhaser.xml | |
parent | 4d08e7c4204ff3fa0e17e0de7e5a08ef03968202 (diff) | |
parent | 11e07d18bd80c0b7d8836698d98e058750e33660 (diff) |
Merge pull request #12954 from akien-mga/docs
Make module docs self-contained and various improvements
Diffstat (limited to 'doc/classes/AudioEffectPhaser.xml')
-rw-r--r-- | doc/classes/AudioEffectPhaser.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AudioEffectPhaser.xml b/doc/classes/AudioEffectPhaser.xml index bd9067471b..f413366fc7 100644 --- a/doc/classes/AudioEffectPhaser.xml +++ b/doc/classes/AudioEffectPhaser.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="AudioEffectPhaser" inherits="AudioEffect" category="Core" version="3.0.alpha.custom_build"> +<class name="AudioEffectPhaser" inherits="AudioEffect" category="Core" version="3.0-alpha"> <brief_description> 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. |