nlaha / godot-midi

MIDI file parsing and event playback in Godot 4.1+
MIT License
52 stars 5 forks source link

change speed of midi playback #21

Closed nlaha closed 2 months ago

nlaha commented 2 months ago

Discussed in https://github.com/nlaha/godot-midi/discussions/20

Originally posted by **sapka12** April 17, 2024 Hey, @nlaha is it possible to change the speed of the MIDI playback? I'm using your plugin (it works well, thanks for it :) ) for my app https://gitlab.com/sapka12/gddrummer and I'd like to change the speed of the related AudioStreamPlayer with pitch_scale(). can I do something similar with the Midi events? how would you slow down them?