mstop4 / FMODGMS

🎶 GML bindings to the FMOD Studio low-level API for GM:S and GMS2. Can be used in Windows, macOS, and Linux games.
https://quadolorgames.itch.io/fmodgms
BSD 2-Clause "Simplified" License
62 stars 18 forks source link

Issues with DLS and Midi extracted with VGMTrans #7

Open LuigiXHero opened 6 years ago

LuigiXHero commented 6 years ago

I'm trying to play a Persona 1 song and a Mario and Luigi: Partner's in time song. I converted the original PS1/NDS formatted files into Midi with DLS, They sound perfect when played in a player, however when playing them using this plugin they sound messed up. Songs in question.zip

mstop4 commented 6 years ago

Hi,

I'm a a bit busy with work right now, but I'll look into it as soon as I can.

LuigiXHero commented 6 years ago

Awesome, glad to see this is still being worked on and I hope this is fixed.

mstop4 commented 6 years ago

I tried to play the MIDI files with the DLS banks you sent and they are also not playing correctly on my end. Do you know if the banks are DLS1 or DLS2? FMOD Studio only supports the older DLS Level 1 spec.

LuigiXHero commented 5 years ago

I honestly have no clue.

mstop4 commented 5 years ago

Based on the information I could find on VGMTrans, I think it generates DLS2 banks, which aren't supported by FMOD. Based on some threads on I dug up on the FMOD forums from a decade ago, I don't think adding DLS2 support is a priority for them.