coelckers / prboom-plus

This is a cleaned up copy of the PrBoom+ SVN repository as a courtesy for those interested in forking that port
290 stars 117 forks source link

Fix MIDI looping when using reset delay #544

Closed ceski-1 closed 1 year ago

ceski-1 commented 1 year ago

This only applies to users who enable mus_portmidi_reset_delay for hardware MIDI devices.

  1. If the song contains a reset message, the reset delay will no longer increase every song loop.
  2. If the song doesn't contain a reset message, the reset delay will only occur on first play and not every song loop.
fabiangreffrath commented 1 year ago

Thanks again!