First post, by Stretch
Stretch
Offline
Rank
Oldbie
I'm recording the MIDI output from Doom to my PC so I can try different sound fonts with my SB32 for playback. I have recorded most levels but I'm unable to record the end game. Does anyone know the command line parameter to get the end game music?
Here's the batch file I used from my MS-DOS computer for playback.
@ECHO OFFREM requires Bret Johnsons scancode.comREM and FreeDOS sleep.exeREM connect midi-out from ms-dos pc toREM midi-in on windows pc with midi couplersREM Must use original dos4gw not dos32aREM otherwise scancode will freeze MS-DOS computerREM Windows pc will record with midi-oxREM For audio length I use the time from foobar2000REM loading the extracted MUS filesREM but I add 20-30 seconds becauseREM scancode seems to not track time wellREM intro, bunny, and victory are missingSET scancode=Method 1REM Keyboard press sequence to exit game or programSET QUITSEQ=Escape, Delay 0.5, Up, Delay 0.5, Enter, Delay 0.5, "Y"scancode Delay 125, %QUITSEQ%doom.exe -warp 1 1 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 185, %QUITSEQ%doom.exe -warp 1 2 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 310, %QUITSEQ%doom.exe -warp 1 3 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 200, %QUITSEQ%doom.exe -warp 1 4 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 195, %QUITSEQ%doom.exe -warp 1 5 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 115, %QUITSEQ%doom.exe -warp 1 6 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 180, %QUITSEQ%
doom.exe -warp 1 7 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 180, %QUITSEQ%doom.exe -warp 1 8 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 165, %QUITSEQ%doom.exe -warp 1 9 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 180, %QUITSEQ%doom.exe -warp 2 1 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 180, %QUITSEQ%doom.exe -warp 2 2 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 230, %QUITSEQ%doom.exe -warp 2 3 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 295, %QUITSEQ%doom.exe -warp 2 4 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 205, %QUITSEQ%doom.exe -warp 2 6 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 135, %QUITSEQ%doom.exe -warp 2 7 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 205, %QUITSEQ%doom.exe -warp 2 8 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 125, %QUITSEQ%doom.exe -warp 2 9 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 145, %QUITSEQ%doom.exe -warp 3 2 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 150, %QUITSEQ%doom.exe -warp 3 3 -nomonsters -nosfxscancode Uninstallsleep 1scancode Delay 125, %QUITSEQ%doom.exe -warp 3 8 -nomonsters -nosfxscancode Uninstall
Win 11 - Intel i7-1360p - 32 GB - Intel Iris Xe - Cubilux 7.1 USB
