dotherightthing / traktor-live-v1

Traktor Pro mix template for the KORG nanoKEY/nanoKONTROL Studio MIDI controllers.
4 stars 0 forks source link

Record button does not light up during recording #2

Closed dotherightthing closed 3 years ago

dotherightthing commented 3 years ago

Button Bindings.txt

# Track clip record

# 'SRECFIX 4' is in X-Controls.txt
# when the command below is commented out, the record action works, but the LED feedback does not
# see https://forum.nativekontrol.com/thread/4416/button-binding-control-trigger-action
#
CLIP_REC = CC, 1, 81, 0, 127, SEL/ARM

X-Controls.txt

# 'arm' is also in Button Bindings.txt
# when the command below is commented out, the LED feedback works, but the record action does not
# see https://forum.nativekontrol.com/thread/4416/button-binding-control-trigger-action
#
X_CLIP_REC = CC, 1, 81, 0, 127,
 MSG "Recording new clip";
 ALL/ARM OFF;
 SEL/ARM ON;
 SEL/SEL EMPTY;
 SRECFIX 4;
 WAITS 5B;
 SEL/ARM OFF;
 MSG "Recorded new clip"
dotherightthing commented 3 years ago

Fixed in e581369