cifkao / html-midi-player

🎹 Play and display MIDI files on the web
https://cifkao.github.io/html-midi-player/
BSD 2-Clause "Simplified" License
630 stars 56 forks source link

Pausing and seeking #2

Closed cifkao closed 3 years ago

cifkao commented 3 years ago

A player can only be stopped, not paused. Resuming playback after stopping resets the current time to 0.

To match the <audio> element behavior, we would like to be able to pause and resume playback, and also seek while the player is paused. Then we can replace the stop icon with a pause icon.

This probably depends on magenta/magenta-js#502 being resolved.

cifkao commented 3 years ago

Resolved in 019a2cc.