nmlgc / ssg

秋霜玉 / Shuusou Gyoku
MIT License
20 stars 5 forks source link

Alt-tabbing rewinds MIDI playback to the beginning of the track #32

Closed nmlgc closed 3 months ago

nmlgc commented 1 year ago

Pausing and resuming a MIDI file is always going to be slightly awkward by just sending MIDI messages, but anything is better than just restarting the track.

nmlgc commented 6 months ago

Will also be fixed as part of #9. Once we throw waveform BGM into the mix, the code semantics would get too confusing if we can't properly pause playback, and it's just two short functions anyway.