DhrBaksteen / ArduinoOPL2

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

Merge pull request #28 from DhrBaksteen/teensy_midi #29

Closed saschaamend closed 6 years ago

saschaamend commented 6 years ago

Teensy and MIDI support

What about adding the Passthrough OPL2 Support for DosBox like: https://www.vogons.org/viewtopic.php?f=31&t=51520

Download at: http://www.adlibtracker.net/downloads.php

DhrBaksteen commented 6 years ago

I'm already working on that :)

It will require changes to DosBox that I will place in a new repository. The sketches for the OPL2 board I will add here and of course add links from one repo to the other. What I'm aiming for is that it will work with any controller, not just with a Teensy, but that when using a Teenst you can have both OPL2 pass-through and MIDI support.

I have the pass-through working on one of my test systems which is an Orange Pi that runs a modified version of DosBox, but that is directly communicating to the OPL2 board through the GPIO header. For a more general solution I'm looking into outputting the OPL2 data over a serial line, so it's easy to configure and it will work on any platform.

Since there is nothing for me to merge here I will close this PR and create an enhancement ticket for people to comment on.