Skip to content
Gitarent edited this page Mar 5, 2023 · 8 revisions

Installation of WildMIDI 0.4.5 with FreePats on Windows 11

wildmidi is a midiplayer / conversion tool that use Gravis Utrasound sound patches to create audio.

Installation in Windows can be a bit tricky, hence this installation program using InnoSetup.

WildMIDI is installed as 32-bit program in C:\Program Files (x86)\WildMIDI
Sources were got from: https://github.com/Mindwerks/wildmidi/releases/download/wildmidi-0.4.5/wildmidi-0.4.5-win32.zip

Sound patches are installed in C:\ProgramData\FreePats
Sources were got from: https://github.com/feross/freepats/archive/refs/heads/master.zip

Test wildmidi:

 wildmidi -c c:\Program Files (x86)\WildMIDI\wildmidi.cfg -t

To play a midi file:

 wildmidi -c c:\Program Files (x86)\WildMIDI\wildmidi.cfg MyMidiFile.mid 

To convert a midi file to wave:

 wildmidi -c c:\Program Files (x86)\WildMIDI\wildmidi.cfg MyMidiFile.mid -o MyWaveFile.wav

Clone this wiki locally