Converts MIDI files into music box scores that are ready to print.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
MusicBoxConverter
|
|
|
|
|
by Starbeamrainbowlabs
|
|
|
|
|
|
|
|
|
|
Converts MIDI files to SVG music box strips.
|
|
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
|
mono [--debug] MusicBoxConverter.exe {options}
|
|
|
|
|
|
|
|
|
|
Options:
|
|
|
|
|
-h --help Shows this help message.
|
|
|
|
|
-i --input {filename} Specifies the input midi file to convert.
|
|
|
|
|
-o --output {filename} Specified the file path to output the SVG music box strip to.
|
|
|
|
|
--debug Activates additional debugging output.
|