快速登录:  

Forum: VirtualDJ Skins

话题: Help me to vjd6 code

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

As I make him with the code of factor in the vdj6 xml

Before it was this way

<visual pannel="5" chan="1" type="linear" source="vumeterleft" orientation="vertical" factor="6.5" direction="up">
<size width="13" height="30"></size> L
<pos x="539" y="322"></pos>
<up x="1048" y="983"></up>
<down x="589" y="845"></down>
</visual>

I am making spectros
Now it is this way

<visual chan="1" source="deck 1 get level_left " type="linear" orientation="vertical" direction="up">
<size width="13" height="29"></size> L
<pos x="543" y="156"></pos>
<up x="1054" y="2469"></up>
<down x="829" y="2469"></down>
</visual>

 

发表时间 Sat 06 Jun 09 @ 3:28 pm
dJ_ro_(ecu) wrote :
As I make him with the code of factor in the vdj6 xml

Before it was this way

<visual pannel="5" chan="1" type="linear" source="vumeterleft" orientation="vertical" factor="6.5" direction="up">
<size width="13" height="30"></size> L
<pos x="539" y="322"></pos>
<up x="1048" y="983"></up>
<down x="589" y="845"></down>
</visual>

I am making spectros
Now it is this way

<visual chan="1" source="deck 1 get level_left " type="linear" orientation="vertical" direction="up">
<size width="13" height="29"></size> L
<pos x="543" y="156"></pos>
<up x="1054" y="2469"></up>
<down x="829" y="2469"></down>
</visual>



try this:

<visual pannel="5" deck="1" type="linear" source="deck 1 get vumeterleft" orientation="vertical" factor="6.5" direction="up">
 

发表时间 Sat 06 Jun 09 @ 3:40 pm
already attempt it in several forms, but anything

For that reason my doubt, this code is been worth or no????
 

发表时间 Sat 06 Jun 09 @ 3:42 pm
Try this:-

<visual source="get level_left" type="linear" deck="1" orientation="vertical" direction="up">
<size width="X" height="X"/>
<pos x="X" y="X"/>
<up x="X" y="X"/>
<down x="X" y="X"/>
</visual>

Obviously included pannel name or number if you need it =)
 

发表时间 Sat 06 Jun 09 @ 5:14 pm
And this code??

factor="6.5"

 

发表时间 Mon 08 Jun 09 @ 9:29 am


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