Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Pannel Displayed when certain var is on according to mapping

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

Hello there. I would like to create a panel (or visual) to get displayed when a certain var is at a certain value, according to my mapping. The problem is that I want both 2 decks works separately. The problem I think I will encounter is, that when I set a condition which include a var on my skin, this var is global. So if the condition is “var_equal ‘mode’ 3” ? on : off the var ‘mode’ is global according with my skin and the panel will not work as it should. Any help ?
Also I don’ t want to use the device_side or skin_panel actions on my mapping as it will make it even more crowded.
 

Posted Sat 24 Aug 13 @ 8:34 pm
you just need to say what deck the variable is set for eg.

deck 1 “var_equal ‘mode’ 3” ? on : off
deck 2 “var_equal ‘mode’ 3” ? on : off
deck left “var_equal ‘mode’ 3” ? on : off
deck right “var_equal ‘mode’ 3” ? on : off
 

Posted Sat 24 Aug 13 @ 8:41 pm
So It works that way :) Thank you :)
 

Posted Sat 24 Aug 13 @ 10:02 pm


(Old topics and forums are automatically closed)