gopxl / beep

A little package that brings sound to any Go application. Suitable for playback and audio-processing.
MIT License
202 stars 7 forks source link

add MIDI playback support #162

Open K4thos opened 1 month ago

K4thos commented 1 month ago

For the Ikemen GO engine, @samhocevar added support for MIDI playback via go-meltysynth. We would prefer not having to maintain our own fork if this feature (and some other bug fixes that our devs are preparing PRs for) will be merged. Are you interested in adding this feature to gopxl/beep? https://github.com/ikemen-engine/beep/commit/3fba40ddabccb5ee619c6e746b28e2295e1b6468

MarkKremer commented 1 month ago

Looks promising! I'll be on holliday soon so I'll have a look in a week or 2.