Wohlstand / libADLMIDI

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

[Feature idea] OPL3 version of MIDI2VGM #235

Open freq-mod opened 3 years ago

freq-mod commented 3 years ago

Just like with libOPNMIDI. Why not, OPL3 (and even OPL4) is supported by VGM anyway.

Wohlstand commented 3 years ago

A good idea! Also, maybe make an option to output into S98 format (a playing of which I need to add at all libraries, a good format!)

denjhang commented 3 years ago

Waiting for your MIDI2VGM OPL3 tool,and I need it.Recently I try to create some OPL3 VGM music,I want to find an easy way to do it.

freq-mod commented 2 years ago

p-ping?

Wohlstand commented 2 years ago

Sorry, I'm busy a bit, can't yet, please remind me tomorrow at evening, or better at Saturday's evening

freq-mod commented 2 years ago

actually, I started some pre-eliminary work at this myself, but will need help with some parts (VGM dumper itself, handling embedded banks). I can open draft PR

Wohlstand commented 2 years ago

The code at libOPNMIDI makes an older VGM format. For OPL3 chip, you need to use newer format of VGM, and have the different header structure for that. Feel free to leave any questions, I'll reply them once I can, and I'm busy or asleep. 😉

denjhang commented 1 year ago

So is this feature implemented now?