You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pause operates asynchronously, so if you call pause();$('#player').midiPlayer.play(song2data); It might pause at the beginning of song2 instead of during song1.
The text was updated successfully, but these errors were encountered:
earboxer
changed the title
Pause: Return a promise or accept a callback for when the pause has completed.
Load another song without re-triggering onStop
Jun 7, 2019
Pause operates asynchronously, so if you call
pause();$('#player').midiPlayer.play(song2data);
It might pause at the beginning of song2 instead of during song1.The text was updated successfully, but these errors were encountered: