godot/doc/classes/AudioEffectPitchShift.xml

22 lines
714 B
XML
Raw Normal View History

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