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
Could anyone help me to do it in the .xml file??
Thanks
Mensajes Sat 14 Jun 08 @ 6:39 am
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
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
Mensajes Sat 14 Jun 08 @ 8:29 am
Can you tell me what skin it is?
Nobody can help you if you don't know what skin it is :-)
Nobody can help you if you don't know what skin it is :-)
Mensajes Sat 14 Jun 08 @ 9:49 am
It's this skin
http://www.virtualdj.com/addons/skin.html?id=2755
I'm bringing about several improvements about my favourite skin
http://www.virtualdj.com/addons/skin.html?id=2755
I'm bringing about several improvements about my favourite skin
Mensajes 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
<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
Mensajes Sat 14 Jun 08 @ 10:10 pm
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??
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??
Mensajes Sun 15 Jun 08 @ 3:53 am