[DOCS] Adds AudioEffects doc
This commit is contained in:
parent
210ebb5cdb
commit
8c19cc7b3d
13 changed files with 138 additions and 5 deletions
|
|
@ -1,8 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="AudioEffectPitchShift" inherits="AudioEffect" category="Core" version="3.0.alpha.custom_build">
|
||||
<brief_description>
|
||||
Adds a Pitch shift audio effect to an Audio bus.
|
||||
Raises or lowers the pitch of original sound.
|
||||
</brief_description>
|
||||
<description>
|
||||
Allows modulation of pitch independently of tempo. All frequencies can be increased/decreased with minimal effect on transients.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
|
@ -26,6 +29,7 @@
|
|||
</methods>
|
||||
<members>
|
||||
<member name="pitch_scale" type="float" setter="set_pitch_scale" getter="get_pitch_scale">
|
||||
Pitch value. Can range from 0 (-1 octave) to 16 (+16 octaves).
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue