Simple command-line tool that displays the contents of a MIDI file.
- 
Open the Command Prompt for VS (Visual Studio) if you're on Windows, or a terminal on macOS or Linux.
 - 
Run the Program Maintenance Utility (NMAKE) on Windows, or GNU Make on macOS or Linux:
Windows:
nmake
macOS/Linux:make 
- 
Dump a MIDI file:
Windows:
mididump.exe my_midi_file.mid
macOS/Linux:./mididump my_midi_file.mid - 
Consider doing something nice for your fellow creatures (regardless of which OS you're on). 😃
 
Copyright © 2025 Theo Niessink <[email protected]>
This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.