2017-09-12 20:42:36 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2018-01-25 07:50:56 +00:00
|
|
|
<class name="AudioEffectPitchShift" inherits="AudioEffect" category="Core" version="3.0-stable">
|
2017-09-12 20:42:36 +00:00
|
|
|
<brief_description>
|
2017-09-16 16:47:19 +00:00
|
|
|
Adds a Pitch shift audio effect to an Audio bus.
|
|
|
|
Raises or lowers the pitch of original sound.
|
2017-09-12 20:42:36 +00:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2017-09-16 16:47:19 +00:00
|
|
|
Allows modulation of pitch independently of tempo. All frequencies can be increased/decreased with minimal effect on transients.
|
2017-09-12 20:42:36 +00:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<demos>
|
|
|
|
</demos>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
|
|
|
<members>
|
2017-09-13 06:49:40 +00:00
|
|
|
<member name="pitch_scale" type="float" setter="set_pitch_scale" getter="get_pitch_scale">
|
2017-09-16 16:47:19 +00:00
|
|
|
Pitch value. Can range from 0 (-1 octave) to 16 (+16 octaves).
|
2017-09-12 20:42:36 +00:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|