# This is a comment, and blank lines are also ignored # Active lines can begin with "cc" or "no". # "cc" lines have a MIDI CC number followed by an OSC control path, # optionally followed by a maximum value, e.g. 0.8 = 80% of full range. # "no" lines have a MIDI note number followed by an OSC control path. # The first non-blank, non-comment line must be the MIDI controller name # or any prefix thereof nanoKONTROL2 # Sliders control mix-levels of 1st 8 layers, up to 80% (0 dB) cc 0 inst/1/mixLevel 0.8 cc 1 inst/2/mixLevel 0.8 cc 2 inst/3/mixLevel 0.8 cc 3 inst/4/mixLevel 0.8 cc 4 inst/5/mixLevel 0.8 cc 5 inst/6/mixLevel 0.8 cc 6 inst/7/mixLevel 0.8 cc 7 inst/8/mixLevel 0.8 # Knobs control AUX1-send levels of 1st 8 layers, up to 80% (0 dB) cc 16 inst/1/auxSend/1 0.8 cc 17 inst/2/auxSend/1 0.8 cc 18 inst/3/auxSend/1 0.8 cc 19 inst/4/auxSend/1 0.8 cc 20 inst/5/auxSend/1 0.8 cc 21 inst/6/auxSend/1 0.8 cc 22 inst/7/auxSend/1 0.8 cc 23 inst/8/auxSend/1 0.8 # "S" buttons toggle the SOLO state of individual layers cc 32 unify/solo/1 cc 33 unify/solo/2 cc 34 unify/solo/3 cc 35 unify/solo/4 cc 36 unify/solo/5 cc 37 unify/solo/6 cc 38 unify/solo/7 cc 39 unify/solo/8 # "M" buttons toggle the MUTE state of individual layers cc 48 unify/mute/1 cc 49 unify/mute/2 cc 50 unify/mute/3 cc 51 unify/mute/4 cc 52 unify/mute/5 cc 53 unify/mute/6 cc 54 unify/mute/7 cc 55 unify/mute/8 # "R" buttons enable/disable individual layers at the MIDI level. # NOTE THIS WILL ONLY WORK IF THE NANOKONTROL 2 IS CORRECTLY SET UP. # IT WILL NOT WORK WITH THE DEFAULT/FACTORY SETUP! cc 64 unify/midiEnable/1 cc 65 unify/midiEnable/2 cc 66 unify/midiEnable/3 cc 67 unify/midiEnable/4 cc 68 unify/midiEnable/5 cc 69 unify/midiEnable/6 cc 70 unify/midiEnable/7 cc 71 unify/midiEnable/8