DhrBaksteen / ArduinoOPL2

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

Adapt v1.4.6/examples/SerialIface/opl.py to SerialPassthrough #60

Closed InPermutation closed 3 years ago

InPermutation commented 3 years ago

Thanks to @vincentbernat for pointing out play.py on https://vincent.bernat.ch/en/blog/2018-opl2-audio-board !

Enjoy https://vgmrips.net/packs/chip/ym3812 out of the box

InPermutation commented 3 years ago

The sleep(1) is an unfortunate race condition - it might be nice to re-add the STARTUP_MSG from the SerialIface sketch to the start of the SerialPassthrough sketch.

DhrBaksteen commented 3 years ago

Sorry, I’m not merging this into the library. The examples are meant as pieces of code that run on Arduino or other supported dev boards that show how the library works and to give project ideas. What ever is build around that is beyond the scope of this repo.