Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: How to Map Shift + Parameter2 on Cue Page

This topic is old and might contain outdated or incorrect information.

My `SHIFT_PARAM-/+` are mapped to `pad_param2 -/+1`.

In the Cue page, Param2 is mapped to `goto`. When I shift+param I skip one beat forwards or backwards.

I would like to skip 16 beats. I guess something like `param- ? goto -16 : goto +16` - where param- returns true if it is the <- param being pressed, and false if it is the -> button.

How can I detect in the Pad mapping whether it is the PARAM+ or PARAM- being pressed?
 

Posted Mon 19 Oct 20 @ 4:46 pm
locoDogPRO InfinityModeratorMember since 2013
param_bigger 0 ? goto +16 : goto -16

those buttons send -1 for minus & +1 for plus
 

Posted Mon 19 Oct 20 @ 5:00 pm
Thank you very much that's it!
 

Posted Mon 19 Oct 20 @ 5:37 pm


(Old topics and forums are automatically closed)