Quick Sign In:  

Forum: VirtualDJ Skins

Topic: VirtualDJ 7 (6 Decks) rhythm problem in VDJ2024
Continuation from the last message in https://www.virtualdj.com/forums/259430/VirtualDJ_Skins/VDJ2024_Custom_Skin_Making_(Questions).html

I resized the 6 deck skin from vdj7 from 1280x1024 to 1600x1280. Fixed the knob from the scratch panel and added the mask to the rhythmzone (so it's still usable for version 7.4.7). But the one I'm still trying to fix is the condition for the color if it's left or right.

Let me explain... I still have VDJ 5, VDJ 7, and VDJ 8 skins (including SWAP skins), and the rhythm color of the 6 deck skin (VDJ 7) in VDJ 2024 only displays the non-active color. Are there any ways to fix it using the rhythmzone element or maybe visible / visibility element?

<rhythmzone>
<size width="1489" height="88"/>
<pos x="56" y="33"/>
<mask x="+0" y="4687"/>
<up x="+0" y="+0"/>
<colors
chan1_active="#28acff" chan1="#007ca9"
chan2_active="#ed1c24" chan2="#7d0607"
/>
<rhythm y="33" height="73"/>
<grid height="5" width="5" mainwidth="12">
<pos y1="108" y2="114"/>
</grid>
<cue y="33" height="18">
<mask x="912" y="2993" width="16" height="18"/>
<text dx="14" dy="0" font="arial" size="18"/>
</cue>
</rhythmzone>
 

Posted Fri 02 Aug 24 @ 11:59 am
It's been 2 days and I still haven't figured it out yet. Tried deck="left" or chan="left", same for the right. Even used panels, and visible elements

The closest code I did was:


<colors
chan1="#000000" chan1_left="#28acff" chan1_right="#ed1c24"
chan2="#000000" chan2_left="#28acff" chan2_right="#ed1c24"
chan3="#000000" chan3_left="#28acff" chan3_right="#ed1c24"
chan4="#000000" chan4_left="#28acff" chan4_right="#ed1c24"
chan5="#000000" chan5_left="#28acff" chan5_right="#ed1c24"
chan6="#000000" chan6_left="#28acff" chan6_right="#ed1c24"
/>


But the only problem of that code only displays the active, and not the non-active color.

EDIT: The grid also displays one position. If I tried two positions, the grid glitches
 

Posted Sun 04 Aug 24 @ 3:04 am
Ok my bad. I totally forgot about the action element last time while doing the panels. It's fixed now- (again, I am so sorry-)
 

Posted Sat 17 Aug 24 @ 3:27 am