Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
denjhang opened this issue Oct 25, 2022 · 3 comments
Closed

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

denjhang opened this issue Oct 25, 2022 · 3 comments
Assignees

Comments

@denjhang
Copy link

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
Copy link
Author

By the way, OPL3BankEditor actually already supports this feature.

@Wohlstand
Copy link
Owner

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

  • for the case of emulated playback, I rely on sound output processing
  • for the case of playing on real hardware, I will need to implement real-time processing (without using a built-in file player), OR, I'll just keep the real-time interface being used as a direct map to actual hardware, and you will need an external MIDI player program to use it.

@Wohlstand Wohlstand self-assigned this Oct 25, 2022
@Wohlstand
Copy link
Owner

Seems a duplicate of #246.

@Wohlstand Wohlstand closed this as not planned Won't fix, can't repro, duplicate, stale Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants