Connexion rapide:  

Forum: VirtualDJ Skins

Sujet I need a little help to modify this skin

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

sischoPRO InfinityMember since 2005
I'd like to modify this because at the moment the led is on when the beat is off and vice-versa.
Could anyone help me to do it in the .xml file??



Thanks
 

Posté Sat 14 Jun 08 @ 6:39 am
sischoPRO InfinityMember since 2005
I try to explain better how, currenlty, this feature works:
When the beat is off, the led is red whereas when the beat is at maximun, the led is off; between these worths, colour of the led changes in linear way proportionately at the value of beat
 

Posté Sat 14 Jun 08 @ 8:29 am
JeremKPRO InfinityModeratorMember since 2004
Can you tell me what skin it is?
Nobody can help you if you don't know what skin it is :-)
 

Posté Sat 14 Jun 08 @ 9:49 am
sischoPRO InfinityMember since 2005
 

Posté Sat 14 Jun 08 @ 10:01 am
## LEDs no CrossFader

<visual chan="1" type="transparent" source="beat">
<size width="7" height="7"/>
<pos x="460" y="523"/>
<down x="+0" y="+1024"/>
</visual>

<visual chan="2" type="transparent" source="beat">
<size width="7" height="7"/>
<pos x="563" y="523"/>
<down x="+0" y="+1024"/>
</visual>

line 881
 

Posté Sat 14 Jun 08 @ 10:10 pm
sischoPRO InfinityMember since 2005
Thanks
I'd like to change this instruction to do what I wrote earlier.

I tried with
<visual chan="1" type="onoff" source="beat">
<size width="7" height="7"/>
<pos x="460" y="523"/>
<down x="+0" y="+1024"/>
</visual>

but it doesn't work as I want.
I don't know if one can get an instruction to do the complementary of "onoff"
I mean with
"onoff"=Display the up graphic if source>=2048, or the down graphic if source<2048
I would want "Display the down graphic if source>=2048, or the up graphic if source<2048"

Is that possible??
 

Posté Sun 15 Jun 08 @ 3:53 am


(Les anciens sujets et forums sont automatiquement fermés)