Ingresar:     


Forum: VirtualDJ Skins

Tópico: Help please

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

Vdj 7, Im trying to get a caller on air indicator to work. but no luck, I would like when I activate the line in on deck 6, for the indicator to light. Thanks

Caller On Air
-------------
<visual type="onoff" source="get haslinein ? off : on" deck="6" >
<size width="38" height="12"/>
<pos x="795" y="5"/>
<up x="795" y="5"/>
<down x="70" y="3293"/>
</visual>
 

Mensajes Thu 05 Jun 14 @ 8:15 pm
Try:

<visual type="onoff" source="deck 6 linein ? on : off" >
<size width="38" height="12"/>
<pos x="795" y="5"/>
<up x="795" y="5"/>
<down x="70" y="3293"/>
</visual>
 

Thanks Dan, that works.
 

Dan, how would I make that a button, to turn linein 1 deck 6 on, also I would like the indicator to blink when on. Thanks.
 

<button action="deck 6 linein ? blink & deck 6 linein : deck 6 linein">
<size..../>
<pos...../>
<up....../>
<down....../>
</button>

I haven't tested this but give it a try.
 

No go Dan.
 

Ive re-read. Are the button an indicator 2 separate things?
 

It is a indicator but I wanted to convert it to button.
 

Ok,

I have just tested this action action and it works for me:
deck 6 linein ? blink & deck 6 linein : off & deck 6 linein
 

djtouchdan wrote :
Ok,

I have just tested this action action and it works for me:
deck 6 linein ? blink & deck 6 linein : off & deck 6 linein


Thanks Dan, appreciate, the ": off" was missing, it now works.
 

Haha, yes I was able to test that one 😉
 



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