Skip to content

A tiny tool for conversion from MIDI file to sheet music image file

License

Notifications You must be signed in to change notification settings

BYVoid/MidiToSheetMusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

Source code

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

Tchaikovsky

License

GNU GENERAL PUBLIC LICENSE Version 2

About

A tiny tool for conversion from MIDI file to sheet music image file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages