Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Skin for pioneer

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

Hello ,

I am using the pioneer skin Ddj-Sb, that’s the same of my panel.
If I start to play music , the left jog wheel one the skin doesn’t turn around wen it’s playing.
The right side , no problem
I have installed it again , but it is still the same
Is this possible that there is a fault in the skin ?
I use the default skin from pioneer
 

Posted Tue 17 Nov 20 @ 8:01 am
NicotuxHome userMember since 2014
Yes the skin is buggy and was never officially fixed
the fix is small, if you feel enough courage to try it: less 18 lines to fix in 9 easy steps

basically line 1037:
set to <panel name="joff" visibility="var '@$noroo' 0">
and line 1073 is the opposite:
set to <panel name="jonn" visibility="var '@$noroo' 1">

lines 1043 1053 1079 1090 2160 2170 2180:
<visual>
becomes
<visual type="rotation" source="get rotation">

and lines 1063 1102
<visual type="rotation" source="get rotation" visibility="deck 1 touchwheel_touch" >

line 2218:
<visual type="rotation" source="get rotation" visibility="deck 2 touchwheel_touch" >

line 1046 off: ==> on
<on x="1408" y="1373"/>

line 1107:
copy
<on x="1833" y="1725"/>
<off x="1833" y="1725"/>

line 823 add:
<panel x="+0" y="+0">
and line 1938 add:
</panel>

tweak: lines 953 2071 replace 54 with 30
 

Posted Tue 17 Nov 20 @ 10:04 am
NicotuxHome userMember since 2014
 

Posted Tue 17 Nov 20 @ 10:20 am


(Old topics and forums are automatically closed)