Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Loop half & double ???

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

WWDJdkPRO InfinityMember since 2008
I'm working on a skin, but wanted to change the loop half and loop double buttons with a fader instead.

just like the pitch fader.

so if my xml code for my pitch fader is like this :
<slider action="deck 1 pitch" orientation="vertical" direction="down" dblclick="deck 1 pitch 100%" rightclick="temporary" >
<size width="24" height="117"/>
<pos x="43" y="131"/>
<fader>
<size width="24" height="9"/>
<pos x="472" y="1455"/>
</fader>
<reset value="50"/>
</slider>

The loop H/D fader should also be centered in the middle of the area when you have a normal 4 beat loop .
What should the code for the loop half/double fader look like ??
 

Posted Mon 10 Jan 11 @ 11:49 am
WWDJdkPRO InfinityMember since 2008
Does any of the skin magician out there have a solution how to change it fo a fader ??

I got it to work, using this :

<slider action="deck 1 loop ? param_smaller 12% ? loop 0.125 ? nothing : loop 0.125 : param_smaller 24% ? loop 0.25 ? nothing : loop 0.25 : param_smaller 36% ? loop 0.5 ? nothing : loop 0.5 : param_smaller 48% ? loop 1 ? nothing : loop 1 : param_smaller 60% ? loop 2 ? nothing : loop 2 : param_smaller 72% ? loop 4 ? nothing : loop 4 : param_smaller 84% ? loop 8 ? nothing : loop 8 : param_smaller 96% ? loop 16 ? nothing : loop 16 : loop 32 ? nothing : loop 32 : nothing" orientation="vertical" direction="up" >
<size width="24" height="117"/>
<pos x="11" y="131"/>
<fader>
<size width="24" height="9"/>
<pos x="180" y="860"/>
</fader>
</slider>

But the fader is not moving on the screen, but the loop H/D is working.

How do i get the fader moving like the pitch fader ??
 

Posted Wed 12 Jan 11 @ 4:24 pm
WWDJdkPRO InfinityMember since 2008
Can no one help me out on this one ???

why does the fader not move like a normal pitch fader, but the loop length still works ??
 

Posted Mon 17 Jan 11 @ 7:49 am
<slider action="deck 2 loop_length" orientation="">

and if that doesnt work then try

<slider action="deck 2 loop length" orientation="">
 

Posted Mon 17 Jan 11 @ 10:59 am


(Old topics and forums are automatically closed)