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.
13 lines
443 B
13 lines
443 B
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.
|
|
|