Anmelden:     


Forum: VirtualDJ Skins

Topic: How to use the hardware pad_mode button (shift) on Numark Party Mix MK II to switch visibility of an group?
I want to toggle the visibilty of an group / element by pressing / hold down the hardware pad mode buttons (shift) left/ right (PAD_MODE) on the Numark Controller.

I have tried:

<group name="......" x="..." y="..." visibility="XXXXX ? true : false">

XXXXX for the controller button i have tested:
- pad_mode
- pad_mode_pushed
- PAD_MODE down
- shift
- shift on
- shift down
...

nothing works :-(

Does anyone have an idea how it could work?
 

geposted Fri 14 Feb 25 @ 7:40 pm
try this for visibility

var_equal '$PM2_PadMode' 1
 

It works! Thank you very much. I should have written earlier.