OPBinaryLib icon indicating copy to clipboard operation
OPBinaryLib copied to clipboard

How exactly to convert VGM files to OPB?

Open shinkarom opened this issue 2 years ago • 2 comments

CaptureOPL doesn't read VGM files.

shinkarom avatar Aug 27 '23 14:08 shinkarom

Right now VGM support is only in the C# port OPBinarySharp through the VGM class. A conversion utility is planned when I can find time to write it.

Enichan avatar Sep 07 '23 08:09 Enichan

Hope it's OK I chime in.

I have been trying to write and validate an implementation of OPB, but this has been a bit complicated to do because there aren't many conversion and synthetization tools around OPB that would help me debug my implementation. In all my attempts, the notes would come out of tune or not sound at all.

I wonder which common ground I can use to diagnose this, whether someone has come up with any conversion from OPB back to another format, and what would be the easiest way to play OPB files in a DOS machine or emulator.

I just pushed my stuff here: https://github.com/Enet4/opbinary-rs

Enet4 avatar May 25 '24 09:05 Enet4