Skip to content

m-terra/mpc-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utils for AKAI MPC One / X / Live / Live2 / Key61 / Key37

Copy On Write

mpc-utils will not alter the original projects but create a new project in the specified target directory

Functions

Sequence Reordering

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.

Project BPM Listing

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.

Liveset Generation

  • 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

QLink Layout

13 14 15 16
9 10 11 12
5 6 7 8
1 2 3 4

Usage

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages