Skip to content

TaleTN/mididump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIDI file dumper

Simple command-line tool that displays the contents of a MIDI file.

How to build

  1. Open the Command Prompt for VS (Visual Studio) if you're on Windows, or a terminal on macOS or Linux.

  2. Run the Program Maintenance Utility (NMAKE) on Windows, or GNU Make on macOS or Linux:

    Windows: nmake
    macOS/Linux: make

How to use

  1. Dump a MIDI file:

    Windows: mididump.exe my_midi_file.mid
    macOS/Linux: ./mididump my_midi_file.mid

  2. Consider doing something nice for your fellow creatures (regardless of which OS you're on). 😃

License

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.