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?
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
geposted Fri 14 Feb 25 @ 7:46 pm
It works! Thank you very much. I should have written earlier.
geposted Fri 14 Feb 25 @ 9:16 pm