MusicBoxConverter/MusicBoxConverter/Help.txt

15 lines
557 B
Plaintext
Raw Normal View History

2017-12-04 12:38:15 +00:00
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.
2019-02-22 00:47:53 +00:00
-o --output {filename} Specifies the file path to output the SVG music box strip to.
2019-02-24 00:19:25 +00:00
--box {Note30|Note30Corrected} The music box schema to use when rendering. Default: Note30Corrected.
2017-12-04 12:38:15 +00:00
--debug Activates additional debugging output.