Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Swapping decks and rhythmzone grids not behaving
I have a left and right deck display on my skin, but can swap the left deck between deck 1 and deck 3. Same for right deck with decks 2 and 4.
All my deck dependent settings behave as predicted/required when I switch between decks 1 and 3, with the exception of the grid section in the rhythm window.

When swapping to deck 3 from 1 the scratchwave swaps as expected but still displays the grid from deck 1. I have tried duplicating the code for the left deck (deck 1) and setting the visibility= "leftdeck deck 1" and "leftdeck deck 3" but all this does in makes the grid for deck 1 disappear completely when I switch to deck 3.

The only reference to deck number in the code that I can see is regarding color and active color. changing these has no effect on the grid behaviour.

Anyone had this issue, or have any suggestions I could try? Thanks. gurus!!
 

Posted Thu 27 Jan 22 @ 7:13 pm
Are you using a <scratchwave /> or a <rhythmzone /> object ?
The <rhythmzone /> object has deck specific placement for the grid
Take a look at this page:
https://www.virtualdj.com/wiki/Skin%20Rhythmzone.html
Notice this part:
<grid height="6" width="6" mainwidth="10">
<pos y1="76" y2="82"/>
</grid>

y1 means DECK 1 and y2 means DECK 2
y3 would mean deck 3, and y4 would mean deck 4. So, most likely you need to include those as well.
 

Posted Thu 27 Jan 22 @ 8:00 pm
YES!!

I would never have guessed that variable was deck related in a million years..

Your guru rescue score is high with this skin LOL! :D
 

Posted Fri 28 Jan 22 @ 9:35 am