ValleyBell / MidiConverters

various tools that convert game data into MIDI files
GNU General Public License v2.0
100 stars 14 forks source link

Extract MIDI from Virtua On #10

Closed 94math closed 3 years ago

94math commented 3 years ago

Hello,

I'm fairly new to Midi extraction so i'm having a little bit of trouble. I generated the exe file with: gcc Soundfont.c M2MidiDec.c -o M2MidiDec But now, what file do i have to drag in to the .exe? The txt mentions, for Virtua on, Sound Program: v2 epr-18670.31, but i tried with it and nothing happened.

Thank you for your time!

ValleyBell commented 3 years ago

When you run the tool without parameters, it says:

Usage: M2MidiDec.exe [-options] mode sound_program.bin [samples1.bin] ... [samples4.bin]
Modes:
    mus - extract music to MIDI files
[...]

Thus, you need to extract von.zip and then run

M2MidiDec.exe mus epr-18670.31
94math commented 3 years ago

Thank you!