快速登录:  

Forum: VirtualDJ Skins

话题: I need a little help to modify this skin

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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
 

发表时间 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
 

发表时间 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 :-)
 

发表时间 Sat 14 Jun 08 @ 9:49 am
sischoPRO InfinityMember since 2005
 

发表时间 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
 

发表时间 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??
 

发表时间 Sun 15 Jun 08 @ 3:53 am


(陈旧帖子或论坛版块会自动关闭)