Se Connecter:     


Forum: VirtualDJ Skins

Sujet: Modify Cue Default Skin

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

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
 

Posté Tue 26 Jul 11 @ 4:23 pm
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
 

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'
 

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
 



(Les anciens sujets et forums sont automatiquement fermés)