Update: I have run the tool successfully on .sektorPreset, .seq, and .heatUpPreset files.
Here is the usage help:
Code: Select all
usage: java -jar audiotool.jar [-dst <arg>] [-ratio <arg>] -src <arg>
Audio Tool 1.0 creates MIDI files from Initial Audio sequences
-dst <arg> fully-qualified path name of destination folder
-ratio <arg> step timing ratio in bars to beats; value may be one of
the following: (1-64, 1-32T, 1-64D, 1-32, 1-16T, 1-32D,
1-16, 1-8T, 1-16D, 1-8, 1-4T, 1-8D, 1-4, 1-2T, 1-4D, 1-2,
1-1T, 1-2D, 1-1, 2-1T, 1-1D)
D = dotted; T = triplet
-src <arg> fully-qualified path name of a single file or folder
Example: java -jar audiotool.jar -ratio 1-4 -dst C:\Users\me\Documents -src "C:\Users\me\AppData\Roaming\IgniteVST\Sektor\Expansions\Signature\Sequencer"The output MIDI file name is derived from the file name of the preset or sequence file and will overwrite any .MID file with the same name in the output folder.
Update: If the argument to the -src parameter references a folder, then the audio-tool will recursively scan all sub-folders for relevant files.
Here are some more examples of executing the tool from a command shell:
Code: Select all
java -jar audiotool.jar -src "./IgniteVST/Sektor/Expansions/Signature/Sequencer/Yoshi Yay.seq"
java -jar audiotool.jar -dst ./Sequences -src "./IgniteVST/Sektor/Expansions/Signature/presets/Arp/Low Bits.sektorPreset"
java -jar audiotool.jar -dst ./Sequences -src "./IgniteVST/Sektor/Expansions/Signature/presets/Sequence"
java -jar audiotool.jar -dst .\Sequences -ratio 1-4 -src "C:\Users\me\AppData\Roaming\IgniteVST\Sektor\Expansions\Signature\Sequencer\No Fcks Given.seq"Update: a new ZIP has been uploaded with a version of the tool that recursively descends into subfolders.


