Quick Sign In:  

Forum: VirtualDJ Skins

Topic: I need a little help to modify this skin

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

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
 

Posted 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
 

Posted 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 :-)
 

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

Posted 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
 

Posted 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??
 

Posted Sun 15 Jun 08 @ 3:53 am


(Old topics and forums are automatically closed)