Rearrange some of the shifted functions of the XTouchMini2 bindings.

master
Albert Graef 2018-10-12 14:48:28 +02:00
parent c9e545ff51
commit 714e9d1a35
1 changed files with 27 additions and 16 deletions

View File

@ -1,8 +1,7 @@
# This is essentially the same as XTouchMini.midizaprc, but does away with the # This is essentially the same as XTouchMini.midizaprc, but it assigns the
# MARKER and NUDGE keys and assigns these to channel left/right when shifted. # shifted A/B keys to channel left/right, and also provides some other useful
# It also binds the fader to the first channel by default (becomes the master # additional bindings on the SHIFT layer.
# fader again when shifted).
# Copyright (c) 2018 Albert Graef <aggraef@gmail.com> # Copyright (c) 2018 Albert Graef <aggraef@gmail.com>
@ -19,13 +18,18 @@ JACK_PORTS 2
PASSTHROUGH PASSTHROUGH
SYSTEM_PASSTHROUGH SYSTEM_PASSTHROUGH
# [MC] is the shift key, holding it while pressing the second key (REPLACE) is # As with XTouchMini.midizaprc, [MC] is the shift key, holding it while
# assigned to DROP instead. The other buttons are assigned as usual in # pressing a button or operating the encoders or the fader provides additional
# unshifted state, except that the A/B keys switch banks (left/right). When # MC functions. The other controls are assigned as usual in unshifted state,
# shifted, the A/B keys shift the current bank by channels (left/right), and # except that the A/B keys switch banks. When shifted, the master fader is
# the upper button row selects a channel. The master fader is assigned to the # assigned to the first channel, like on the X-Touch ONE, and the encoders
# first channel instead, like on the X-Touch ONE. When shifted, it becomes the # become the eight channel faders. The bindings of the buttons are shown
# master fader again, and the encoders become the channel faders. # below, shifted bindings are indicated above and below in parentheses.
# (SELECT) (SELECT) ... (CHAN LEFT)
# [CLICK] [SOLO] [TRACK] [SEND] [PAN] [PLUGIN] [EQ] [INST] [BANK LEFT]
# [SHIFT] [REPLACE] [REW] [FFWD] [LOOP] [STOP] [PLAY] [REC] [BANK RIGHT]
# (DROP) (MARKER) (NUDGE) (FLIP) (CHAN RIGHT)
[MIDI] [MIDI]
@ -40,8 +44,16 @@ C#7 B3 # bank right
^C7 C4 # channel left ^C7 C4 # channel left
^C#7 C#4 # channel right ^C#7 C#4 # channel right
# shifted REPLACE button = DROP # other shifted buttons
^E7 D#7 ^E7 D#7 # REPLACE = DROP
^G7 C7 # REW = MARKER
^G#7 C#7 # FFWD = NUDGE
^D7 D4 # LOOP = FLIP
# SHIFT STOP/PLAY/REC are currently unassigned
# ^A7 # STOP
# ^A#7 # PLAY
# ^B7 # REC
# shifted top row = SELECT # shifted top row = SELECT
^F7 C2 ^F7 C2
@ -63,9 +75,8 @@ C#7 B3 # bank right
^CC22~ PB[129]-7 ^CC22~ PB[129]-7
^CC23~ PB[129]-8 ^CC23~ PB[129]-8
# fader goes to first channel in bank, master fader when shifted # fader goes to first channel in bank when shifted
PB[]-9 PB-1 ^PB[]-9 PB-1
^PB[]-9 PB-9
[MIDI2] [MIDI2]