We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I am trying to rewind my songs but I am not able. Do you know the function?
Thanks.
It's weird they haven't provided a convenient rewind() method. :-? You may instead try out stop() + play() or use jump() and check whether it works as replacement:
http://p5js.org/reference/#/p5.SoundFile/stop http://p5js.org/reference/#/p5.SoundFile/jump
Answers
It's weird they haven't provided a convenient rewind() method. :-?
You may instead try out stop() + play() or use jump() and check whether it works as replacement:
http://p5js.org/reference/#/p5.SoundFile/stop
http://p5js.org/reference/#/p5.SoundFile/jump