VirtualDJ OSC mapping problem

[Solved] VirtualDJ OSC mapping problem

I’m mapping the following commands to my osc;

video_fx
video_transition

But they weren’t working. Other buttons (commands) are working. I checked if there is a problem with my osc template but there is no problem.

Best Regards

Come on guys help me

I solved video_fx and video_transition active thing.
for video_fx param_greater 0% ? video_fx on : video_fx off
and for video_transition param_greater 0% ? video_transition on : video_transition off

if you make the button a note it will work, the reason you need to use “param_greater 0% ?” is because the button is sending a cc message instead of note on/off.