ok simple for you guys but looking to map 3 buttons on my djm 5000 for loop in 4 beats ...loop in 8 beats...loop in 16 beats......and if i mhit same button second time to loop out.
ie loop in 8 and same button loop finished.
i have tried but to no avail can understand the script commands in wiki
again any help app.
ie loop in 8 and same button loop finished.
i have tried but to no avail can understand the script commands in wiki
again any help app.
Posted Mon 02 Jul 12 @ 1:14 pm
This should get the job done
loop ? loop_exit : loop 4
loop ? loop_exit : loop 8
if you need to specify a deck use this
deck left loop ? deck left loop_exit : deck left loop 16
loop ? loop_exit : loop 4
loop ? loop_exit : loop 8
if you need to specify a deck use this
deck left loop ? deck left loop_exit : deck left loop 16
Posted Mon 02 Jul 12 @ 1:19 pm
Try this, should work as asked for:
loop 8 & loop ? : loop_exit
Keith
loop 8 & loop ? : loop_exit
Keith
Posted Mon 02 Jul 12 @ 1:23 pm
super guys cheers.no guys no specific deck going map two sides exactly the same
Posted Mon 02 Jul 12 @ 1:25 pm