Sign In:     


Forum: General Discussion

Topic: DDJ 1000SRT

This topic is old and might contain outdated or incorrect information.

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.
 

Posted Mon 04 Oct 21 @ 3:43 pm
loop_half

and
loop_double


 

PhantomDeejay wrote :
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.
 

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:

loop ? loop_exit : loop 4

and the new instruction would be:

loop ? loop_exit : loop

 

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:

loop ? loop_exit : loop 4

and the new instruction would be:

loop ? loop_exit : loop



Thanks!
 

strictly speaking the second script could just be
loop
 



(Old topics and forums are automatically closed)