Ingreso rápido:  

Forum: VirtualDJ Skins

Tema: Show both remain and elapsed values in multitouch theme

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

Hi

Apologies if this is teaching granny to suck eggs, but I couldn't find it anywhere so thought I'd post it in case anyone else wanted it.

If you like the multitouch theme but don't like the fact you can only see remaining or elapsed or total time (and clicking it changes for both decks), do what I did and change

<visual>
<pos x="+574" y="+76" width="142" height="50"/>
<off x="660" y="2178"/>
</visual>
<button action="cycle '@$decktimes' 3" visibility="var '@$decktimes' 0" query="songpos_remain 20000ms ? blink 500ms : true">
<Tooltip>Click to cycle through the available time views\nElapsed, Remain and Total</Tooltip>
<pos x="+574" y="+76" width="142" height="50"/>
<text weight="bold" size="26" color="#808080" align="center" format="► %Pleft"/>
<textselected weight="bold" size="26" color="white" align="center" format="► %Pleft"/>
</button>
<button action="cycle '@$decktimes' 3" visibility="var '@$decktimes' 1" query="songpos_remain 20000ms ? blink 500ms : true">
<Tooltip>Click to cycle through the available time views\nElapsed, Remain and Total</Tooltip>
<pos x="+574" y="+76" width="142" height="50"/>
<text weight="bold" size="26" color="#808080" align="center" format="◄ %Pspent"/>
<textselected weight="bold" size="26" color="white" align="center" format="◄ %Pspent"/>
</button>
<button class="textcolorline1" action="cycle '@$decktimes' 3" visibility="var '@$decktimes' 2">
<Tooltip>Click to cycle through the available time views\nElapsed, Remain and Total</Tooltip>
<pos x="+574" y="+76" width="142" height="50"/>
<text weight="bold" size="26" align="center" format="◄ %time ►"/>
</button>

to

<button visibility="songpos_remain 20000ms ? blink 500ms : true">
<pos x="+574" y="+76" width="142" height="50"/>
<text weight="bold" size="26" color="white" align="center" format="%Pspent %Pleft"/>
</button>

(Obviously you need to change the pos values for the second and fourth deck)
 

Mensajes Sun 17 May 20 @ 4:02 pm


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