mpc-utils will not alter the original projects but create a new project in the specified target directory
Reorders the sequences according to a song. Default song is '1'. Sequences that are used in multiple places of the song will be replicated unless the --uniqueSequences flag is set. Sequences that are not used in the specified song will be appended after the sequences used in the song.
Creates a text file 'Project_BPM.txt' in the specified input directory path. The file contains a list of all projects and their BPM, ordered by BPM.
- Filters out all projects with a 'Live' or 'Liveset[type]' seqeuence
- Reorders the sequences according to the specified song
- Configures the QLinks as coded
- Saves the generated projects into the 'Basic' or '[type]' subfolder of the target directory
- Creates a project BPM list text file for each subfolder
13 | 14 | 15 | 16 |
---|---|---|---|
9 | 10 | 11 | 12 |
5 | 6 | 7 | 8 |
1 | 2 | 3 | 4 |
usage: java -jar <mpc-utils-jar> <options>
-c,--command <arg> reorder|bpm|liveset
-h,--help <arg> show help
-i,--inputDirectory <arg> input directory path
-o,--outputDirectory <arg> output directory path
--songNumber <arg> optional songNumber for reordering
--uniqueSequences keep the sequences unique when reordering