hi i have cdj 400's i tried mapping but unsuccessfull.
what i mean is i would like to do the loop out edit trick just like cdj 1000's while i'm using with virtual dj
what i mean is i would like to do the loop out edit trick just like cdj 1000's while i'm using with virtual dj
Mensajes Tue 05 Feb 13 @ 9:48 am
can you explain a little more about how the loop out function works? I haven't used pio 1000's in a few years. what button do you press to change the size? do you need a loop activated? do you manually set your loops or use the auto sizes that VDJ has?
otherwise it's either loop_size or loop_length... If it's mapped to your jog it is either
param_greater 0% ? loop_length -0.01 : loop_length +0.01
or
param_greater 50% ? loop_length -0.01 : loop_length +0.01
you should really buy VDJ Pro.. It's awesome sauce!
otherwise it's either loop_size or loop_length... If it's mapped to your jog it is either
param_greater 0% ? loop_length -0.01 : loop_length +0.01
or
param_greater 50% ? loop_length -0.01 : loop_length +0.01
you should really buy VDJ Pro.. It's awesome sauce!
Mensajes Wed 06 Feb 13 @ 8:33 am
hi bro sorry for the delay been busy with the my sound gigs.
to be precise of other post what i mean to say is when im using pioneer cdj 400 as controller when i activate loop what ever the size is,
when i press loop out & turn the platter forward or reverse it should increase or decrease manually not as the preset loop size of the software.
hope you understood what i meant.
to be precise of other post what i mean to say is when im using pioneer cdj 400 as controller when i activate loop what ever the size is,
when i press loop out & turn the platter forward or reverse it should increase or decrease manually not as the preset loop size of the software.
hope you understood what i meant.
Mensajes Thu 28 Feb 13 @ 11:34 am
You should map your loop_out button as following:
loop ? wheel_mode 'loop_out,jog' +1 : loop_out
Also you should change your exit_loop/reloop button to:
loop ? loop & wheel_mode 'jog' : reloop
PS: Your Jogs should be mapped as "touchwheel"
loop ? wheel_mode 'loop_out,jog' +1 : loop_out
Also you should change your exit_loop/reloop button to:
loop ? loop & wheel_mode 'jog' : reloop
PS: Your Jogs should be mapped as "touchwheel"
Mensajes Fri 01 Mar 13 @ 2:59 am