Morning, I’m using the DDJ 1000SRT and I’m wondering how to remap the in and out buttons to use them to increase and decrease the timing for the auto loop feature.
发表时间 Mon 04 Oct 21 @ 3:43 pm
loop_half
and
loop_double
发表时间 Mon 04 Oct 21 @ 4:54 pm
PhantomDeejay wrote :
and
loop_half
and
loop_double
Ok and how about the auto loop button? On my controller it’s just a 4 bar auto loop. I want the auto loop button to be wherever I choose it to be.
发表时间 Mon 04 Oct 21 @ 5:15 pm
Just need to be:
LOOP
for that action. It may have "LOOP 4" mapped and with only "LOOP" action would AUTOLOOP whatever you choose your loop lenght to be.So the default mapping is:
and the new instruction would be:
LOOP
for that action. It may have "LOOP 4" mapped and with only "LOOP" action would AUTOLOOP whatever you choose your loop lenght to be.So the default mapping is:
loop ? loop_exit : loop 4
and the new instruction would be:
loop ? loop_exit : loop
发表时间 Mon 04 Oct 21 @ 6:55 pm
acw_dj wrote :
Just need to be:
LOOP
for that action. It may have "LOOP 4" mapped and with only "LOOP" action would AUTOLOOP whatever you choose your loop lenght to be.So the default mapping is:
and the new instruction would be:
LOOP
for that action. It may have "LOOP 4" mapped and with only "LOOP" action would AUTOLOOP whatever you choose your loop lenght to be.So the default mapping is:
loop ? loop_exit : loop 4
and the new instruction would be:
loop ? loop_exit : loop
Thanks!
发表时间 Tue 05 Oct 21 @ 3:01 pm
strictly speaking the second script could just be
loop
loop
发表时间 Tue 05 Oct 21 @ 3:22 pm