Wohlstand / libADLMIDI

A Software MIDI Synthesizer library with OPL3 (YMF262) emulator
GNU Lesser General Public License v3.0
170 stars 17 forks source link

Adapt to OPL3DUO (serial control OPL3 actual hardware) #256

Closed denjhang closed 7 months ago

denjhang commented 1 year ago

https://github.com/DhrBaksteen/ArduinoOPL2/blob/master/examples/OPL3Duo/SerialPassthrough/SerialPassthrough.ino https://github.com/DhrBaksteen/ArduinoOPL2/blob/master/examples/OPL2AudioBoard/SerialPassthrough/SerialPassthrough.ino

Currently I use SerialPassthrough.ino of OPL3DUO, compile these codes with arduino and upload them to arduino nano. After that I use dosbox-x and specify the port number (like com3) and I can use the actual opl3 hardware.

denjhang commented 1 year ago

By the way, OPL3BankEditor actually already supports this feature.

Wohlstand commented 1 year ago

I will need to make use of extra chip interfaces, and make a different workflow way:

Wohlstand commented 7 months ago

Seems a duplicate of #246.