-
Notifications
You must be signed in to change notification settings - Fork 54
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) #89
Comments
I see lots of Arduino-code in that repo. But VGMPlay doesn't run on an Arduino., Is there a way to access the OPL3Duo from the PC side? And if so, please describe (or link) how it is done. |
https://github.com/DhrBaksteen/ArduinoOPL2/blob/master/examples/OPL3Duo/SerialPassthrough/SerialPassthrough.ino Currently I use SerialPassthrough.ino of OPL3DUO, compile these codes with arduino and upload them to arduino nano. |
In addition to using dosbox-x to access opl3duo, you can also use opl3bankeditor and an immature vgm player made by my friend. |
I may have a look whenever I port the "hardware OPL" code to vgmplay-libvgm. The important code parts of the two repos are:
|
By the way, the vgmplay2usb made by my friend has been tested and found that the playback speed is very unstable, fast and slow. And it plays very slowly when it encounters VGM with many notes. This doesn't happen when I use dosbox-x+sbvgm. |
vgmplay2usb's timing code just uses VGMPlay uses a separate time counter that is advanced by the VGM wait commands. It does (Also, vgmplay2usb calling |
https://github.com/DhrBaksteen/ArduinoOPL2
Arduino OPL2 allows to use serial port to control YM3812 or YMF262, I hope vgmplay can adapt to this function.
I made a USB-OPL3 based on Arduino OPL2, and currently I can use Dosbox-X+sbvgm to play music from OPL1/2/3.
The text was updated successfully, but these errors were encountered: