#MidiToSheetMusic
MidiToSheetMusic is a very simple tool used for conversion from MIDI file to sheet music. It is forked and simplified from the original project Midi Sheet Music. MidiToSheetMusic is written in C# and Mono.
Binary version (for all platforms)
Run sheet.exe (or mono sheet.exe) in command line on your operating system (Mono is needed on Linux or Mac), then you will see:
Usage: sheet input.mid output_prefix(_[page_number].png)
For example I would like to convert songs/sample.mid to sheet music, simply run:
sheet.exe songs/sample.mid sample
Then you will find sample_1.png generated.
Have Mono SDK (or VS) installed, then run make.
sudo apt-get install mono-gmcs
GNU GENERAL PUBLIC LICENSE Version 2
