Doom music


=======================================================================
Using midi2mus.exe



You can insert midi file(s) directly into the pwad than XWE can call midi2mus program to convert the lump(s). In this case you sometimes get a short error message (conversion fails).
So I suggest using the midi2mus program directly.
You have the midi files, call them in this case "myfilex.mid"(x means a number 1 to n).
Suppose, you have a "midi2mus.exe" file in the folder "d:/DOOMUTIL/MIDIMUS".
Copy "myfilex.mid"-s to the folder mentioned above (D:/DOOMUTIL/MIDIMUS)
You may have more files, use batch file to convert them.
To create it, open Windows Notepad. Type like this: (use always the enter key to open a new line!)
midi2mus myfile1.mid
midi2mus myfile2.mid
...
midi2mus myfilen.mid
Save this file into the midimus folder, let its name be midi2mus.bat (choose "all files" in the box, not the "text file" when you save)
Close notepad, than double click the midi2mus.bat file's icon (MS-DOS) The myfilex.mus files will be created.
My folder:

Note: The conversion has a size limit. If you exceed this limit, the conversion will stop. The size limit (mus file) is about 64k (at mid file can be about 100k)

Back