Hi , I need help to map my "sync" button LED to blink only when the tracks aren't synced, if they have the same BPM the LED could be off, is this possible?
thank you
( at the moment I'm using the script "loaded ? pitch_zero ? blink : off" )
thank you
( at the moment I'm using the script "loaded ? pitch_zero ? blink : off" )
Mensajes Fri 27 Feb 15 @ 9:18 am
This will only flash when the BPMs are the same:
get_bpm_match & param_equal 0.5 ? off : blink
Mensajes Fri 27 Feb 15 @ 9:23 am
thats great!just inverted the answers, so it blinks when off sync,
thank you
thank you
Mensajes Fri 27 Feb 15 @ 1:56 pm