Ingreso rápido:  

Forum: VirtualDJ Skins

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

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

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.
 

Mensajes 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
 

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

Mensajes Sat 24 Aug 13 @ 10:02 pm


(Los tópicos y foros antiguos son automáticamente cerrados)