Ingreso rápido:  

Forum: VirtualDJ Skins

Tópico: Loop -

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

I've made a button to add to the length of the loop which works fine. Basically

<Button action="loop" value="+1" chan="1">

A press of the button inc's the lenght of the loop.

When I do:

<Button action="loop" value="-1" chan="1">

My loop length indicator switches to a ? press it again it goes back to whatever it was before. Another press back to the ?

Can anyone help?

Thanks,

Greg

 

Mensajes Mon 16 Oct 06 @ 8:03 am
When I pass over this button, instead of saying reduce loop length it says something like loop over 1/2 beat.
 

Here's my actual code:

--------------- Loop 1 -----------------
<textzone chan="1">
<pos x="184" y="716"></pos>
<size width="34" height="22"></size>
<text font="Arial" size="15" color="#000000" weight="bold" align="center" format="%loop"></text>
</textzone>
<button action="loop" chan="1">
<pos x="151" y="679"></pos>
<size width="104" height="20"></size>
<selected x="303" y="1129"></selected>
</button>
<button action="loop" value="+1" chan="1">
<pos x="233" y="701"></pos>
<size width="41" height="46"></size>
</button>
<button action="loop" value="-1" chan="1" rightclick="temporary">
<pos x="124" y="701"></pos>
<size width="41" height="46"></size>
</button>
 

Nobody? ? ?
 

Look at the code in VDJ4 default basic skin. There are two buttons, one to reduce the other to increase the loop length.
 

I have seen that code. Mine is identical but the loop minus is not working properly. I've used this in other skins. I can't explain it.

Greg
 

A solution to your problem may be in something other than the button script...

What is the version number in the header of your skin? If it is less than "3" then the button will not do what you expect.

DJ Format
DJ Mykel
 

This is actually a reply to DJFormat. You hit it right on the head. It was the version that was screwing things up.

Thanks.

Greg
 



(Los tópicos y foros antiguos son automáticamente cerrados)