Virtual DJ Jogwheel OSC

Virtual DJ Jogwheel OSC

Hi everyone,

I created a TouchOSC template for VirtualDJ and I have two problems;
1)I need to map encoder to scratch deck 1 and deck 2 Forward and Backward.
2)Activate selected video Effect and activate selected video Transition.

PLEASE HELP

Best Regards

if you don’t have a definition file you need to map an encoder with

param_smaller 50% ? action counter clockwise : action clockwise

so for your example of a jogwheel it is

param_smaller 50% ? jogwheel -0.01 : jogwheel +0.01

you can change the modifier to change the sensitivity, you can use a decimal or percentage value.

you can also use touchwheel and touchwheel_touch if you map a button for when you touch the virtual jogwheel, but I have never used touchOSC to know if it is possible to layer a button on an encoder.

For the video the verbs are “video_fx” and “video_transition” to activate them respectively

Thank for your response I will try when I return to home.

Jogwheel is working now. Yesterday I searched a solution for 4 hours. But video_fx and video_transtion commands were not worked.

Best Regards

you have spelt transition incorrectly. here is the list of all the verbs.

I’m writing on iPhone. I know how to spell “transition”.

It is more likely you get your question answered if you post in the VirtualDJ forums