Hi Guys,
I don't understand how to use setpitchscale().
I want to apply setpitchscale() on an AudioStreamPlayer.
My code is the following:
ton200 = get_node("Audio/Ton200")
ton200.set_pitch_scale(4)
My error-message is:
Nonexistent function 'set_pitch_scale' in base 'AudioStreamPlayer'
What do I do wrong?
Thanks for paying attention