DhrBaksteen / ArduinoOPL2

Arduino library for use with the OPL2 board (YM3812) and OPL3Duo (YMF262)
MIT License
198 stars 39 forks source link

Modularize python code and add VGM/VGZ support #6

Closed ghost closed 7 years ago

ghost commented 7 years ago

Me again :)

I added support for VGM and VGZ format, as there seems to be a lot of game music ripped in these formats on the web. I also broke the code up into modules, to make it easier for new formats to be added.

DhrBaksteen commented 7 years ago

Very nice! I'm gonna try some Doom tunes later :)

ghost commented 7 years ago

Hm.. just tried some Doom tunes myself.. it's quite laggy :(

I guess the files I tested with were a lot simpler. I'll see what I can do to improve it.