MidiToSheetMusic
MidiToSheetMusic copied to clipboard
A tiny tool for conversion from MIDI file to sheet music image file
#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.
Download
Binary version (for all platforms)
Usage
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.
Build
Have Mono SDK (or VS) installed, then run make
.
Install mono compiler on Ubuntu
sudo apt-get install mono-gmcs
Screenshot
License
GNU GENERAL PUBLIC LICENSE Version 2