AudioEffectPitchShift.xml 733 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="AudioEffectPitchShift" inherits="AudioEffect" category="Core" version="3.1">
  3. <brief_description>
  4. Adds a Pitch shift audio effect to an Audio bus.
  5. Raises or lowers the pitch of original sound.
  6. </brief_description>
  7. <description>
  8. Allows modulation of pitch independently of tempo. All frequencies can be increased/decreased with minimal effect on transients.
  9. </description>
  10. <tutorials>
  11. </tutorials>
  12. <demos>
  13. </demos>
  14. <methods>
  15. </methods>
  16. <members>
  17. <member name="pitch_scale" type="float" setter="set_pitch_scale" getter="get_pitch_scale">
  18. Pitch value. Can range from 0 (-1 octave) to 16 (+16 octaves).
  19. </member>
  20. </members>
  21. <constants>
  22. </constants>
  23. </class>