I've been searching for a while trying to figure this out to no avail. Hopefully I've posted this in the right forum.
I'd like to assign FX knobs 1 and 2 on the xponent to effects slider 1 and 2 in VDJ
I'd love to be able to assign fx knob 3 and 4 to Loop_move and Loop_length respectively, but that seems even more of a daunting task.
Any help will be appreciated. :)
(I'm effects-less @ a party tonight unless I bring my whole rig (don't wanna)
I'd like to assign FX knobs 1 and 2 on the xponent to effects slider 1 and 2 in VDJ
I'd love to be able to assign fx knob 3 and 4 to Loop_move and Loop_length respectively, but that seems even more of a daunting task.
Any help will be appreciated. :)
(I'm effects-less @ a party tonight unless I bring my whole rig (don't wanna)
Inviato Sat 27 Mar 10 @ 9:55 pm
Here try this, param_greater 50% ? loop _select +1 : loop_select -1, thats what I use for my rotary knobs.
I was also told I could do it this way as well, "For loops, you can use the following to select loop length when inactive and double/half when active:
param_greater 50% ? loop ? loop_double : loop _select +1 : loop ? loop_half : loop_select -1
Assign the button push to the following to turn the loop on/off:
loop"
I was also told I could do it this way as well, "For loops, you can use the following to select loop length when inactive and double/half when active:
param_greater 50% ? loop ? loop_double : loop _select +1 : loop ? loop_half : loop_select -1
Assign the button push to the following to turn the loop on/off:
loop"
Inviato Sun 28 Mar 10 @ 12:06 am