Quick Sign In:  

Forum: VirtualDJ Skins

Topic: My doubts unresolved skins

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

There are many questions I have about virtualdj skins in this case this running the v7.4

eg:

show_cover can be used to display any cover of the song? How to do that?

you can use the visual of the song within a volume slider.
source = "deck 1 get level_left" in action = "deck 1 level"
How to do that?
 

Posted Mon 05 Aug 13 @ 10:08 am
djdadPRO InfinityDevelopment ManagerMember since 2005
Covers cant be used from the Skin Engine. No way to show the cover on the skin.


The syntax of the VU meters is ..

<visual source="deck 1 get level_left" type="linear" orientation="vertical" direction="up">
<size width="6" height="100"/>
<pos x="597" y="250"/>
<up x="+0" y="+0"/>
<down x="+0" y="+768"/>
</visual>
<visual source="deck 1 get level_right" type="linear" orientation="vertical" direction="up">
<size width="6" height="100"/>
<pos x="603" y="250"/>
<up x="+0" y="+0"/>
<down x="+0" y="+768"/>
</visual>


or do you mean you need the visuals INSIDE the volume sliders ? In that case look here.. http://www.virtualdj.com/forums/179783/VirtualDJ_Skins/Volume_display_under_volume_slider.html
 

Posted Mon 05 Aug 13 @ 12:41 pm
 

Posted Mon 05 Aug 13 @ 7:58 pm
djjbPRO InfinityMember since 2004
I think you need this.

<slider action=\"deck 1 volume\" rightclick=\"temporary\" dblclick=\"deck 1 pitch 100%\" orientation=\"vertical\">
<size width=\"24\" height=\"124\"/>
<pos x=\"346\" y=\"242\"/>
<selected x=\"406\" y=\"1085\"/>
<down x=\"596\" y=\"1087\"/>
<up x=\"+0\" y=\"+0\"/>
<fader>
<size width=\"24\" height=\"9\"/>
<pos x=\"344\" y=\"1198\"/>
</fader>
</slider>


If you want visuals and slider in one you need to work with clipmask and mousemask. The slider(knop) is transparent where the visuals are.
I did this a few years ago in a skin but can\'t find the skin. (must be the traktor one hihi)



If I can help... I\'m here..
 

Posted Wed 14 Aug 13 @ 6:00 am


(Old topics and forums are automatically closed)