onitama / mucom88

OpenMucom88 project
Other
203 stars 22 forks source link

Is PCM data supported when converting to .vgm? #19

Open cyberic99 opened 3 years ago

cyberic99 commented 3 years ago

Hello

I tried to convert the following file to .vgm

bare75.muc.txt

bare2voice.dat and bare2pcm.bin are present in the same folder.

when playing the file with mucom88 bare75.muc, I can hear the drums, snares, etc

but when I convert the file to .vgm with mucom88 -x -b bare75.vgm bare75.muc, the resulting .vgm file does not seem to contain any PCM data.

is it supported?

Thank you

onitama commented 3 years ago

The .vgm file records the performance, it does not store the PCM data transfer. We will consider supporting this in a future version.

cyberic99 commented 3 years ago

thank you. It is a very useful feature if you want to export the .muc to a more universal format.