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
<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
Posted 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.
Posted 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>
--------------- 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>
Posted Mon 16 Oct 06 @ 8:32 am
Nobody? ? ?
Posted Tue 17 Oct 06 @ 6:17 am
Look at the code in VDJ4 default basic skin. There are two buttons, one to reduce the other to increase the loop length.
Posted 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
Greg
Posted Thu 19 Oct 06 @ 1:39 am
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
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
Posted 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
Thanks.
Greg
Posted Tue 28 Nov 06 @ 7:19 am