I need parameters To assign my Jogs to parameter 2 for FX on my 4-mx? any help?
Posted Mon 28 Mar 11 @ 9:03 am
Change the jogwheel (JOG) mapping to:
deck active effect active ? device_side 'left' ? deck active effect slider 1 : deck active effect slider 2 : touchwheel
Add the the jogwheel touch (JOG_TOUCH) to the following:
deck active effect active ? hold off : touchwheel_touch
deck active effect active ? device_side 'left' ? deck active effect slider 1 : deck active effect slider 2 : touchwheel
Add the the jogwheel touch (JOG_TOUCH) to the following:
deck active effect active ? hold off : touchwheel_touch
Posted Mon 28 Mar 11 @ 12:22 pm
Does this hold off action do the same thing as scratch_hold off, as i don't see any infos in the List of Verbs (Wiki).
Posted Mon 28 Mar 11 @ 12:30 pm
It switches the scratch hold off if it's on, so you don't end up with the scratch hold jammed on while adjusting the effect.
It may now be depreciated - scratch_hold should be the same, or possibly touchwheel_touch off
It may now be depreciated - scratch_hold should be the same, or possibly touchwheel_touch off
Posted Mon 28 Mar 11 @ 1:14 pm
thank you!
Posted Wed 30 Mar 11 @ 8:46 am
ok one thing. it works fine but when you activate an effect, both jogs are assigned to parameter 2 so if delay is activated on deck 1, parameter 2 is also on jog 2 while i need to nudge
Posted Fri 01 Apr 11 @ 1:18 pm
In this case assign this as Jogwheel
effect active ? effect slider 1 : touchwheel
or
effect active ? effect slider 2 : touchwheel
to control the 2nd parametr
but this means that you can control only ONE parametr the slider 1 or the slider 2, depending which code you will choose.
For the JogTouch try this..
effect active ? hold off : touchwheel_touch
effect active ? effect slider 1 : touchwheel
or
effect active ? effect slider 2 : touchwheel
to control the 2nd parametr
but this means that you can control only ONE parametr the slider 1 or the slider 2, depending which code you will choose.
For the JogTouch try this..
effect active ? hold off : touchwheel_touch
Posted Fri 01 Apr 11 @ 6:10 pm
Does anybody know how to install the Grafx on your Virtual Dj?
Posted Sat 02 Apr 11 @ 1:55 am
much thanks!
Posted Tue 05 Apr 11 @ 1:40 pm