kichikuou / xsystem35-sdl2

Multi-platform implementation of AliceSoft's System3.x game engine.
https://kichikuou.github.io/web/
GNU General Public License v2.0
57 stars 8 forks source link

Add PortMidi MIDI implementation #24

Closed bsdf closed 3 years ago

bsdf commented 3 years ago

this adds a cross-platform MIDI implementation for hardware devices that should work on linux, mac, windows, and possibly emscripten (only tested on linux). the timing feels slightly off, but works fine nonetheless.

kichikuou commented 3 years ago

Thanks!