快速登录:  

Forum: VirtualDJ Skins

话题: Loop -

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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

 

发表时间 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.
 

发表时间 Mon 16 Oct 06 @ 8:20 am
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>
 

发表时间 Mon 16 Oct 06 @ 8:32 am
Nobody? ? ?
 

发表时间 Tue 17 Oct 06 @ 6:17 am
JeremKPRO InfinityModeratorMember since 2004
Look at the code in VDJ4 default basic skin. There are two buttons, one to reduce the other to increase the loop length.
 

发表时间 Tue 17 Oct 06 @ 11:44 am
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
 

发表时间 Thu 19 Oct 06 @ 1:39 am
DJ FORMATPRO InfinityModeratorMember since 2003
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
 

发表时间 Fri 10 Nov 06 @ 3:59 am
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
 

发表时间 Tue 28 Nov 06 @ 7:19 am


(陈旧帖子或论坛版块会自动关闭)