16 lines
687 B
Text
16 lines
687 B
Text
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} Specifies the file path to output the SVG music box strip to.
|
|
-sx --scale-factor-x Sets the X scale factor. Defaults to 0.03.
|
|
-sy --scale-factor-y Sets the Y scale factor. Defaults to 0.03.
|
|
--box {Note30|Note30Corrected} The music box schema to use when rendering. Default: Note30Corrected.
|
|
--debug Activates additional debugging output.
|