Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Modify Cue Default Skin

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

ClayDJPRO InfinityMember since 2011
Hi All,

Can someone please tell me how to modify the default skin for the following;

Basically I will be using a knob to select various cues, which should be displayed on the UI and a Denon 5500 controller (see this link for more info:
http://www.virtualdj.com/forums/151314/Hardware_Technical_Support/Cue_Point_Browser_Map.html).

If possible, I would like the default skin HotCue button(s), and Denon 5500 controller, to display the selected cue number when one of the following variables are activated;
(Please show the exact string(s) required to accomplish this task)...

var 'fx_butt' 1 ?
var 'fx_butt' 2 ?
var 'fx_butt' 3 ?
var 'fx_butt' 4 ?
var 'fx_butt' 5 ?
var 'fx_butt' 0 ?

Thanks in advance for your help!
ClayDJ
 

Posted Tue 26 Jul 11 @ 4:23 pm
ClayDJPRO InfinityMember since 2011
Oops, I have a typo in my previous post for the varables. My previous post should have read:

If possible, I would like the default skin HotCue button(s), and Denon 5500 controller, to display the selected cue number when one of the following variables are activated;
(Please show the exact string(s) required to accomplish this task)...

var 'cue_jump' 1 ?
var 'cue_jump' 2 ?
var 'cue_jump' 3 ?
var 'cue_jump' 4 ?
var 'cue_jump' 5 ?
var 'cue_jump' 0 ?

Thanks in advance for your help!
ClayDJ
 

Posted Tue 26 Jul 11 @ 5:36 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
You need to create panels that have exactly the same values like these ...

<panel id="cuepan1" group="cuepanels" visible="var 'cue_jump' 1 ">
<pos x="44" y="33"/>
<size width="100" height="90"/>
<down x="+0" y="+0"/>
</panel>

<panel id="cuepan2" group="cuepanels" visible="var 'cue_jump' 2 ">
<pos x="44" y="33"/>
<size width="100" height="90"/>
<down x="+0" y="+0"/>
</panel>
...
etc

all must have the same group name.

Those panels will be visible according to the value of the variable 'cue_jump'
 

Posted Tue 26 Jul 11 @ 9:19 pm
ClayDJPRO InfinityMember since 2011
Thanks for your help Dad!
Synthet1 is helping me with some mapping issues, so I may still need a bit of tweaking for this skin.
I'll check back in and let you know how I make out.

Thanks again,
Clay
 

Posted Tue 26 Jul 11 @ 10:46 pm


(Old topics and forums are automatically closed)