ZDoom / ZMusic

GZDoom's music system as a standalone library
https://forum.zdoom.org/index.php
60 stars 32 forks source link

Improve ALSA MIDI backend #13

Closed Cacodemon345 closed 3 years ago

Cacodemon345 commented 3 years ago

This PR allows client IDs less than 16 to be listed (thereby allowing MIDI events to be passed to an external program), changes all GZDoom references to ZMusic Program and finally fixes a bug that causes the ALSA backend to freeze if the library is paused.

Cacodemon345 commented 3 years ago

@peterix Any other problems to check? I am considering this good to go otherwise.