Quick Sign In:  

Forum: General Discussion

Topic: Change the script for Traktor F1

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

var '$sampedit' ? blink 333ms ? get_sample_color 1 : off : var_greater '$samptypedwn' 0 ? sampler_loaded 1 ? sampler_mode 1 "on/off" ? get_constant '64,32,0' : sampler_mode 1 "hold" ? get_constant "128,64,0" : sampler_mode 1 "stutter" ? get_constant "192,96,0" : sampler_mode 1 "unmute" ? get_constant "255,128,0" : nothing : nothing : get_sample_color 1

The above is the factory default script for pad LED1-16 on the F1 controller.
I want to change the behaviour, so the LED flashes when playing. How should I change the script?
 

geposted Tue 06 Jun 17 @ 7:34 pm
var '$sampedit' ? blink 333ms ? get_sample_color 1 : off : var_greater '$samptypedwn' 0 ? sampler_loaded 1 ? sampler_mode 1 "on/off" ? get_constant '64,32,0' : sampler_mode 1 "hold" ? get_constant "128,64,0" : sampler_mode 1 "stutter" ? get_constant "192,96,0" : sampler_mode 1 "unmute" ? get_constant "255,128,0" : nothing : nothing : sampler_pad 1 ? blink ? get_sample_color 1 : off : get_sample_color 1
 

geposted Tue 06 Jun 17 @ 8:57 pm


(Alte Themen und Foren werden automatisch geschlossen)