# 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"
Button Bindings.txt
X-Controls.txt