Ingreso rápido:  

Forum: VirtualDJ Skins

Tema: Reloop Touch Skin

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

How do I get this skin on my iPad or is it even possible??

Appreciate any info and help
 

Mensajes Thu 16 Aug 18 @ 3:02 am
Anyone??
 

Mensajes Thu 16 Aug 18 @ 1:52 pm
I think it tells you how to do it in the roop touch thread. You need to change a line of code in the skin xml
 

Mensajes Thu 16 Aug 18 @ 1:54 pm
ok cool, ill dig around and see if I can find the thread

Thanks Keith

Found this,

If you wish to customize/modify the Display of the Reloop Touch, you will need to install the Add-on from the link above. A Reloop Touch Skin.zip file will be then installed to the /Documents/VirtualDJ/Skins folder, which you can modify as any other skin, or create your own.

Just keep the top and bottom parts of the XML file like the following code.
<skin hidden="yes">

<!-- RELOOP TOUCH WINDOW -->
<window name="relooptouch" controllerWindow="yes" disableAccelmac="yes" controllerScreenWidth="1024" controllerScreenHeight="600" controllerScreenNameMac="Display" controllerScreenName="DisplayLink USB Device" width="1024" height="600" posx="0" posy="0" image="relooptouch" resize="false" shown="true">

....
....
....
</window>
</skin>

But it doesn't say what needs to be removed?? Im sure it has something to do with </window> but Im not good at this stuff
 

Mensajes Thu 16 Aug 18 @ 2:49 pm
Try modifying the beginning to read:
<skin name="relooptouch" version="8" width="1024" height="600" image="relooptouch.png">
...which is like a typical/normal skin. Also take away the references to window at the beginning and end of the XML.

NB I haven't tried running this myself, so take the above as a guide/starting point.
 

Mensajes Thu 16 Aug 18 @ 6:30 pm
Will try that when I get home tonight

To bad Bob just couldn’t give us a version for the remote....
 

Mensajes Thu 16 Aug 18 @ 7:58 pm
the SOUND INSURGENT wrote :
Will try that when I get home tonight

To bad Bob just couldn’t give us a version for the remote....


I have a version of it i started modding for my tablet as a regular skin not a remote skin ... if its of any use i am willing to share


 

Mensajes Thu 16 Aug 18 @ 8:07 pm
Well, I modified the skin as in my earlier post, then tried to connect VDJ and VDJ Remote. As usual, I couldn't get them to connect.

I tried with the 32 bit version of VDJ and the 64 bit. Tried on my desktop, my laptop, two different iPads...

Got nowhere - and yes, Bonjour was running.
[sigh]
 

Mensajes Thu 16 Aug 18 @ 9:07 pm
I’ve seemed to have worked out my connection issues by using a separate router that only have my MacBook and iPad connected.

I’ll be home in a little so if either one of you wanna DM me and I’ll throw my email your way and I’ll try out your skins.
 

Mensajes Thu 16 Aug 18 @ 10:00 pm
Grooving I tried removing that stuff and changing the top but it didn’t work.

Wicked I like what you did and it works but not really suited for me.

I’m gonna try Bobs skin creator app and see what I can’t come up with tonight.

I’m just tired of everything always being layered. There’s really no need to layer everything and I don’t understand why every skin does it...
 

Mensajes Fri 17 Aug 18 @ 8:40 pm
Cheers:-)
 

Mensajes Fri 17 Aug 18 @ 8:56 pm
the SOUND INSURGENT wrote :
it didn’t work


I just tried my modded version here as a skin in the main VDJ program and it loads & runs, so it should work as a tablet skin.

 

Mensajes Fri 17 Aug 18 @ 9:08 pm
djmilaPRO InfinityMember since 2008

I have this skins for DDJ-1000 with Touch panel .
 

Mensajes Wed 26 Sep 18 @ 2:58 pm
groovindj wrote :
the SOUND INSURGENT wrote :
it didn’t work


I just tried my modded version here as a skin in the main VDJ program and it loads & runs, so it should work as a tablet skin.



can u post the xml file?
 

Mensajes Sun 25 Nov 18 @ 2:03 pm
There's no need. Just follow the instructions I posted earlier in the thread.
 

Mensajes Sun 25 Nov 18 @ 3:22 pm
after trying all out i made it finally
 

Mensajes Sun 25 Nov 18 @ 9:39 pm
BUENAS DISCULPE SE ME DESCONFIGURO MI VIRTUARLNO LE RECONOCE EL CONTROLADOR
 

Mensajes Thu 17 Jan 19 @ 2:29 pm
I have make an Window from this an invide to my own Skin.
Tha I can use this on an External Monitor.

--------------------------------------------------------------------------------------

<!-- RELOOP TOUCH WINDOW -->

<window name="relooptouch" posx="100" posy="100" width="1024" height="600" image="relooptouch" resize="yes" shown="false">

<grabzone>
<pos x="0" y="0"/>
<size width="1024" height="600"/>
</grabzone>

<group name="windowdefines">

<font name="Arial" />
<group name="colors">
<define class="wsettingtext">
<text size="20" color="#bbbbbb"/>
</define>

<define class="wtextcolorline1" classdeck="1" >
<text color="#2B91CF" />
</define>
<define class="wtextcolorline2" classdeck="1" >
<text color="#2B91CF" />
<text2 color="#2B91CF" />
</define>
<define class="wtextcolorline3" classdeck="1" >
<text color="#2B91CF" />
<text2 color="#2B91CF" />
<text3 color="#2B91CF" />
</define>
<define class="wbutcolorline" classdeck="1" >
<textselected color="#2B91CF" />
</define>
<define class="wtextcolorline1" classdeck="3" >
<text color="#53AF3A" />
</define>
<define class="wtextcolorline2" classdeck="3" >
<text color="#53AF3A" />
<text2 color="#53AF3A" />
</define>
<define class="wtextcolorline3" classdeck="3" >
<text color="#53AF3A" />
<text2 color="#53AF3A" />
<text3 color="#53AF3A" />
</define>
<define class="wbutcolorline" classdeck="3" >
<textselected color="#53AF3A" />
</define>
<define class="wtextcolorline1" classdeck="2" >
<text color="#E31E24" />
</define>
<define class="wtextcolorline2" classdeck="2" >
<text color="#E31E24" />
<text2 color="#E31E24" />
</define>
<define class="wtextcolorline3" classdeck="2" >
<text color="#E31E24" />
<text2 color="#E31E24" />
<text3 color="#E31E24" />
</define>
<define class="wbutcolorline" classdeck="2" >
<textselected color="#E31E24" />
</define>
<define class="wtextcolorline1" classdeck="4" >
<text color="#EF7F1A" />
</define>
<define class="wtextcolorline2" classdeck="4" >
<text color="#EF7F1A" />
<text2 color="#EF7F1A" />
</define>
<define class="wtextcolorline3" classdeck="4" >
<text color="#EF7F1A" />
<text2 color="#EF7F1A" />
<text3 color="#EF7F1A" />
</define>
<define class="wbutcolorline" classdeck="4" >
<textselected color="#EF7F1A" />
</define>

</group>

<group name="wbuts">

<define class="wmenubut">
<tooltip></tooltip>
<size width="180" height="49"/>
<up x="157" y="990"/>
<down x="157" y="910"/>
<selected x="157" y="910"/>
<text dx="+2" width="176" size="22" color="#909090" align="center"/>
<textdown dx="+2" width="176" size="22" color="#e1e1e1" align="center"/>
<textselected dx="+2" width="176" size="22" color="#e1e1e1" align="center"/>
</define>
<define class="wmenubutbr">
<tooltip></tooltip>
<size width="180" height="49"/>
<up x="157" y="990"/>
<down x="157" y="990"/>
<selected x="157" y="990"/>
<text dx="+2" width="176" size="22" color="#909090" align="center"/>
<textdown dx="+2" width="176" size="22" color="#e1e1e1" align="center"/>
<textselected dx="+2" width="176" size="22" color="#e1e1e1" align="center"/>
</define>
<define class="wmenubut2">
<tooltip></tooltip>
<size width="270" height="49"/>
<up x="157" y="990"/>
<down x="157" y="910"/>
<selected x="157" y="910"/>
<text dx="+2" width="264" size="22" color="#909090" align="center"/>
<textdown dx="+2" width="264" size="22" color="#e1e1e1" align="center"/>
<textselected dx="+2" width="264" size="22" color="#e1e1e1" align="center"/>
</define>
<define class="wmenubutsmall">
<tooltip></tooltip>
<size width="55" height="49"/>
<up x="157" y="990"/>
<down x="157" y="910"/>
<selected x="157" y="910"/>

<text dx="+2" width="51" size="22" color="#909090" align="center"/>
<textdown dx="+2" width="51" size="22" color="#e1e1e1" align="center"/>
<textselected dx="+2" width="51" size="22" color="#e1e1e1" align="center"/>
</define>
<define class="wmenubutsmallgreen">
<tooltip></tooltip>
<size width="55" height="49"/>
<up x="157" y="990"/>
<down x="419" y="1203"/>
<selected x="419" y="1203"/>
<text dx="+2" width="51" size="22" color="#909090" align="center"/>
<textdown dx="+2" width="51" size="22" color="#e1e1e1" align="center"/>
<textselected dx="+2" width="51" size="22" color="#e1e1e1" align="center"/>
</define>
<define class="wcheckbut">
<tooltip></tooltip>
<size width="39" height="34"/>
<up x="445" y="1093"/>
<selected x="445" y="1133"/>
</define>
<define class="wfxbut" classdeck="1">
<tooltip></tooltip>
<size width="118" height="30"/>
<up x="881" y="628"/>
<down x="881" y="668"/>
<selected x="881" y="668"/>
<text dx="+2" width="114" size="20" color="#aaaaaa" align="center"/>
<textselected dx="+2" width="114" size="20" color="white" align="center"/>
</define>
<define class="wfxbut" classdeck="2">
<tooltip></tooltip>
<size width="118" height="30"/>
<up x="881" y="628"/>
<down x="881" y="708"/>
<selected x="881" y="708"/>
<text dx="+2" width="114" size="20" color="#aaaaaa" align="center"/>
<textselected dx="+2" width="114" size="20" color="white" align="center"/>
</define>
<define class="wfxbut" classdeck="3">
<tooltip></tooltip>
<size width="118" height="30"/>
<up x="881" y="628"/>
<down x="881" y="748"/>
<selected x="881" y="748"/>
<text dx="+2" width="114" size="20" color="#aaaaaa" align="center"/>
<textselected dx="+2" width="114" size="20" color="white" align="center"/>
</define>
<define class="wfxbut" classdeck="4">
<tooltip></tooltip>
<size width="118" height="30"/>
<up x="881" y="628"/>
<down x="881" y="788"/>
<selected x="881" y="788"/>
<text dx="+2" width="114" size="20" color="#aaaaaa" align="center"/>
<textselected dx="+2" width="114" size="20" color="white" align="center"/>
</define>
<define class="wfxbutvideo">
<tooltip></tooltip>
<size width="118" height="30"/>
<up x="281" y="1160"/>
<down x="281" y="1200"/>
<selected x="281" y="1200"/>
<text dx="+2" width="114" size="20" color="#aaaaaa" align="center"/>
<textselected dx="+2" width="114" size="20" color="white" align="center"/>
</define>

<define class="wfxbutlarge" classdeck="1">
<tooltip></tooltip>
<size width="109" height="43"/>
<up x="275" y="1324"/>
<down x="275" y="1374"/>
<selected x="275" y="1374"/>
<text dx="+2" width="105" size="19" color="#e1e1e1" align="center"/>
</define>
<define class="wfxbutlarge" classdeck="2">
<tooltip></tooltip>
<size width="109" height="43"/>
<up x="275" y="1324"/>
<down x="275" y="1424"/>
<selected x="275" y="1424"/>
<text dx="+2" width="105" size="19" color="#e1e1e1" align="center"/>
</define>
<define class="wfxbutlarge" classdeck="3">
<tooltip></tooltip>
<size width="109" height="43"/>
<up x="275" y="1324"/>
<down x="275" y="1474"/>
<selected x="275" y="1474"/>
<text dx="+2" width="105" size="19" color="#e1e1e1" align="center"/>
</define>
<define class="wfxbutlarge" classdeck="4">
<tooltip></tooltip>
<size width="109" height="43"/>
<up x="275" y="1324"/>
<down x="275" y="1524"/>
<selected x="275" y="1524"/>
<text dx="+2" width="105" size="19" color="#e1e1e1" align="center"/>
</define>

<define class="wfxbutsmall" classdeck="1">
<tooltip></tooltip>
<size width="60" height="43"/>
<up x="197" y="1324"/>
<down x="197" y="1374"/>
<selected x="197" y="1374"/>
<text dx="+2" width="56" size="18" color="#e1e1e1" align="center"/>
</define>
<define class="wfxbutsmall" classdeck="2">
<tooltip></tooltip>
<size width="60" height="43"/>
<up x="197" y="1324"/>
<down x="197" y="1424"/>
<selected x="197" y="1424"/>
<text dx="+2" width="56" size="18" color="#e1e1e1" align="center"/>
</define>
<define class="wfxbutsmall" classdeck="3">
<tooltip></tooltip>
<size width="60" height="43"/>
<up x="197" y="1324"/>
<down x="197" y="1474"/>
<selected x="197" y="1474"/>
<text dx="+2" width="56" size="18" color="#e1e1e1" align="center"/>
</define>
<define class="wfxbutsmall" classdeck="4">
<tooltip></tooltip>
<size width="60" height="43"/>
<up x="197" y="1324"/>
<down x="197" y="1524"/>
<selected x="197" y="1524"/>
<text dx="+2" width="56" size="18" color="#e1e1e1" align="center"/>
</define>

<define class="wpadshort" classdeck="1">
<button >
<tooltip></tooltip>
<pos x="+0" y="+0"/>
<size width="123" height="38"/>
<up x="541" y="1051"/>
<down x="671" y="1051"/>
<selected x="671" y="1051"/>
<text dx="+5" width="113" size="22" color="#e1e1e1" align="center"/>
</button>
<visual type="color">
<tooltip></tooltip>
<pos x="+106" y="+4"/>
<size width="14" height="14"/>
<mask x="907" y="1054"/>
</visual>
</define>
<define class="wpadshort" classdeck="2">
<button >
<tooltip></tooltip>
<pos x="+0" y="+0"/>
<size width="123" height="38"/>
<up x="541" y="1051"/>
<down x="541" y="1091"/>
<selected x="541" y="1091"/>
<text dx="+5" width="113" size="22" color="#e1e1e1" align="center"/>
</button>
<visual type="color">
<tooltip></tooltip>
<pos x="+106" y="+4"/>
<size width="14" height="14"/>
<mask x="907" y="1054"/>
</visual>
</define>
<define class="wpadshort" classdeck="3">
<button >
<tooltip></tooltip>
<pos x="+0" y="+0"/>
<size width="123" height="38"/>
<up x="541" y="1051"/>
<down x="671" y="1091"/>
<selected x="671" y="1091"/>
<text dx="+5" width="113" size="22" color="#e1e1e1" align="center"/>
</button>
<visual type="color">
<tooltip></tooltip>
<pos x="+106" y="+4"/>
<size width="14" height="14"/>
<mask x="907" y="1054"/>
</visual>
</define>
<define class="wpadshort" classdeck="4">
<button >
<tooltip></tooltip>
<pos x="+0" y="+0"/>
<size width="123" height="38"/>
<up x="541" y="1051"/>
<down x="801" y="1091"/>
<selected x="801" y="1091"/>
<text dx="+5" width="113" size="22" color="#e1e1e1" align="center"/>
</button>
<visual type="color">
<tooltip></tooltip>
<pos x="+106" y="+4"/>
<size width="14" height="14"/>
<mask x="907" y="1054"/>
</visual>
</define>

<define class="wpadtiny" classdeck="1">
<button >
<tooltip></tooltip>
<pos x="+0" y="+0"/>
<size width="123" height="30"/>
<up x="541" y="937"/>
<down x="671" y="937"/>
<selected x="671" y="937"/>
<text dx="+5" width="113" size="22" color="#e1e1e1" align="center"/>
</button>
<visual type="color">
<tooltip></tooltip>
<pos x="+106" y="+4"/>
<size width="14" height="14"/>
<mask x="907" y="1054"/>
</visual>
</define>
<define class="wpadtiny" classdeck="2">
<button >
<tooltip></tooltip>
<pos x="+0" y="+0"/>
<size width="123" height="30"/>
<up x="541" y="937"/>
<down x="541" y="970"/>
<selected x="541" y="970"/>
<text dx="+5" width="113" size="22" color="#e1e1e1" align="center"/>
</button>
<visual type="color">
<tooltip></tooltip>
<pos x="+106" y="+4"/>
<size width="14" height="14"/>
<mask x="907" y="1054"/>
</visual>
</define>
<define class="wpadtiny" classdeck="3">
<button >
<tooltip></tooltip>
<pos x="+0" y="+0"/>
<size width="123" height="30"/>
<up x="541" y="937"/>
<down x="671" y="970"/>
<selected x="671" y="970"/>
<text dx="+5" width="113" size="22" color="#e1e1e1" align="center"/>
</button>
<visual type="color">
<tooltip></tooltip>
<pos x="+106" y="+4"/>
<size width="14" height="14"/>
<mask x="907" y="1054"/>
</visual>
</define>
<define class="wpadtiny" classdeck="4">
<button >
<tooltip></tooltip>
<pos x="+0" y="+0"/>
<size width="123" height="30"/>
<up x="541" y="937"/>
<down x="801" y="970"/>
<selected x="801" y="970"/>
<text dx="+5" width="113" size="22" color="#e1e1e1" align="center"/>
</button>
<visual type="color">
<tooltip></tooltip>
<pos x="+106" y="+4"/>
<size width="14" height="14"/>
<mask x="907" y="1054"/>
</visual>
</define>


</group>

<group name="wsliders">
<define class="wfxcolor" orientation="circle" classdeck="1">
<circle direction="cw" anglemin="-146" anglemax="146"/>
<size width="42" height="42"/>
<off x="761" y="636"/>
<on x="761" y="686"/>
</define>
<define class="wfxcolor" orientation="circle" classdeck="2">
<circle direction="cw" anglemin="-146" anglemax="146"/>
<size width="42" height="42"/>
<off x="761" y="636"/>
<on x="821" y="636"/>
</define>
<define class="wfxcolor" orientation="circle" classdeck="3">
<circle direction="cw" anglemin="-146" anglemax="146"/>
<size width="42" height="42"/>
<off x="761" y="636"/>
<on x="821" y="686"/>
</define>
<define class="wfxcolor" orientation="circle" classdeck="4">
<circle direction="cw" anglemin="-146" anglemax="146"/>
<size width="42" height="42"/>
<off x="761" y="636"/>
<on x="821" y="736"/>
</define>
<define class="wfxmonochrome" orientation="circle">
<circle direction="cw" anglemin="-146" anglemax="146"/>
<size width="42" height="42"/>
<off x="761" y="636"/>
<on x="761" y="736"/>
</define>

<define class="wfxlinearcolor" orientation="horizontal" classdeck="1">
<size width="94+8" height="18"/>
<off x="289-4" y="1145-4"/>
<on x="289-4" y="1130-4"/>
<fader>
<pos x="274" y="1110" width="8" height="18"/>
</fader>
</define>
<define class="wfxlinearcolor" orientation="horizontal" classdeck="2">
<size width="94+8" height="18"/>
<off x="289-4" y="1145-4"/>
<on x="289-4" y="1100-4"/>
<fader>
<pos x="274" y="1110" width="8" height="18"/>
</fader>
</define>
<define class="wfxlinearcolor" orientation="horizontal" classdeck="3">
<size width="94+8" height="18"/>
<off x="289-4" y="1145-4"/>
<on x="289-4" y="1085-4"/>
<fader>
<pos x="274" y="1110" width="8" height="18"/>
</fader>
</define>
<define class="wfxlinearcolor" orientation="horizontal" classdeck="4">
<size width="94+8" height="18"/>
<off x="289-4" y="1145-4"/>
<on x="289-4" y="1070-4"/>
<fader>
<pos x="274" y="1110" width="8" height="18"/>
</fader>
</define>
<define class="wfxlineargray" orientation="horizontal" >
<size width="94+8" height="18"/>
<off x="289-4" y="1145-4"/>
<on x="289-4" y="1115-4"/>
<fader>
<pos x="274" y="1110" width="8" height="18"/>
</fader>
</define>

<define class="wfxxyvert" direction="up" orientation="vertical" classdeck="1">
<tooltip></tooltip>
<size width="280" height="186"/>
<fader>
<size width="282" height="3"/>
<pos x="471" y="1588"/>
</fader>
</define>
<define class="wfxxyhor" direction="right" orientation="horizontal" classdeck="1">
<tooltip></tooltip>
<size width="280" height="186"/>
<fader>
<size width="3" height="186"/>
<pos x="411" y="1340"/>
</fader>
</define>


<define class="wfxxyvert" direction="up" orientation="vertical" classdeck="2">
<tooltip></tooltip>
<size width="280" height="186"/>
<fader>
<size width="282" height="3"/>
<pos x="471" y="1608"/>
</fader>
</define>
<define class="wfxxyhor" direction="right" orientation="horizontal" classdeck="2">
<tooltip></tooltip>
<size width="280" height="186"/>
<fader>
<size width="3" height="186"/>
<pos x="421" y="1340"/>
</fader>
</define>


<define class="wfxxyvert" direction="up" orientation="vertical" classdeck="3">
<tooltip></tooltip>
<size width="280" height="186"/>
<fader>
<size width="282" height="3"/>
<pos x="471" y="1598"/>
</fader>
</define>
<define class="wfxxyhor" direction="right" orientation="horizontal" classdeck="3">
<tooltip></tooltip>
<size width="280" height="186"/>
<fader>
<size width="3" height="186"/>
<pos x="431" y="1340"/>
</fader>
</define>


<define class="wfxxyvert" direction="up" orientation="vertical" classdeck="4">
<tooltip></tooltip>
<size width="280" height="186"/>
<fader>
<size width="282" height="3"/>
<pos x="471" y="1618"/>
</fader>
</define>
<define class="wfxxyhor" direction="right" orientation="horizontal" classdeck="4">
<tooltip></tooltip>
<size width="280" height="186"/>
<fader>
<size width="3" height="186"/>
<pos x="441" y="1340"/>
</fader>
</define>

<define class="wvidxyvert" direction="up" orientation="vertical" >
<tooltip></tooltip>
<size width="280" height="186"/>
<fader>
<size width="282" height="3"/>
<pos x="471" y="1628"/>
</fader>
</define>
<define class="wvidxyhor" direction="right" orientation="horizontal" >
<tooltip></tooltip>
<size width="280" height="186"/>
<fader>
<size width="3" height="186"/>
<pos x="451" y="1340"/>
</fader>
</define>


<define class="wfxxy2d" direction="right" direction2="up" orientation="2d" >
<tooltip></tooltip>
<size width="280" height="186"/>
<fader>
<size width="0" height="0"/>
<pos x="5" y="2717"/>
</fader>
</define>


</group>

<group name="visuals">
<define class="wvumeter" classdeck="1" source="get_level" type="linear" orientation="vertical" direction="up" >
<tooltip></tooltip>
<size width="12" height="122"/>
<off x="186" y="1161"/>
<on x="201" y="1161"/>
</define>
<define class="wvumeter" classdeck="2" source="get_level" type="linear" orientation="vertical" direction="up" >
<tooltip></tooltip>
<size width="12" height="122"/>
<off x="186" y="1161"/>
<on x="216" y="1161"/>
</define>
<define class="wvumeter" classdeck="3" source="get_level" type="linear" orientation="vertical" direction="up" >
<tooltip></tooltip>
<size width="12" height="122"/>
<off x="186" y="1161"/>
<on x="231" y="1161"/>
</define>
<define class="wvumeter" classdeck="4" source="get_level" type="linear" orientation="vertical" direction="up" >
<tooltip></tooltip>
<size width="12" height="122"/>
<off x="186" y="1161"/>
<on x="246" y="1161"/>
</define>


<define class="wvumetermini" classdeck="1" source="get_level" type="linear" orientation="vertical" direction="up" >
<tooltip></tooltip>
<size width="12" height="55"/>
<off x="186" y="1195"/>
<on x="201" y="1195"/>
</define>
<define class="wvumetermini" classdeck="2" source="get_level" type="linear" orientation="vertical" direction="up" >
<tooltip></tooltip>
<size width="12" height="55"/>
<off x="186" y="1195"/>
<on x="216" y="1195"/>
</define>
<define class="wvumetermini" classdeck="3" source="get_level" type="linear" orientation="vertical" direction="up" >
<tooltip></tooltip>
<size width="12" height="55"/>
<off x="186" y="1195"/>
<on x="231" y="1195"/>
</define>
<define class="wvumetermini" classdeck="4" source="get_level" type="linear" orientation="vertical" direction="up" >
<tooltip></tooltip>
<size width="12" height="55"/>
<off x="186" y="1195"/>
<on x="246" y="1195"/>
</define>

<define class="wvumetertiny" classdeck="1" source="get_level" type="linear" orientation="vertical" direction="up" >
<tooltip></tooltip>
<size width="12" height="112"/>
<off x="186" y="1161"/>
<on x="201" y="1161"/>
</define>
<define class="wvumetertiny" classdeck="2" source="get_level" type="linear" orientation="vertical" direction="up" >
<tooltip></tooltip>
<size width="12" height="112"/>
<off x="186" y="1161"/>
<on x="216" y="1161"/>
</define>
<define class="wvumetertiny" classdeck="3" source="get_level" type="linear" orientation="vertical" direction="up" >
<tooltip></tooltip>
<size width="12" height="112"/>
<off x="186" y="1161"/>
<on x="231" y="1161"/>
</define>
<define class="wvumetertiny" classdeck="4" source="get_level" type="linear" orientation="vertical" direction="up" >
<tooltip></tooltip>
<size width="12" height="112"/>
<off x="186" y="1161"/>
<on x="246" y="1161"/>
</define>



<define class="wvisualcolor" source="constant '#2B91CF'" classdeck="1" ></define>
<define class="wvisualcolor" source="constant '#E31E24'" classdeck="2" ></define>
<define class="wvisualcolor" source="constant '#53AF3A'" classdeck="3" ></define>
<define class="wvisualcolor" source="constant '#EF7F1A'" classdeck="4" ></define>

<define class="wvideopreview">
<visual>
<size width="210" height="118"/>
<pos x="+0" y="+0"/>
<off x="535" y="1141"/>
</visual>
<textzone >
<size width="210" height="18"/>
<pos x="+0" y="+89"/>
<text size="15" align="center" color="#505050" format="DECK `get_deck`"/>
</textzone>
<video source="deck" >
<size width="206" height="114"/>
<pos x="+2" y="+2"/>
</video>
<button action="action_deck 1 ? set '$fullvideo' 2 : action_deck 3 ? set '$fullvideo' 2 : action_deck 2 ? set '$fullvideo' 3 : set '$fullvideo' 3">
<tooltip></tooltip>
<size width="206" height="114"/>
<pos x="+2" y="+2"/>
</button>
</define>
<define class="wvideooutput">
<visual>
<size width="210" height="118"/>
<pos x="+0" y="+0"/>
<off x="535" y="1141"/>
</visual>
<textzone >
<size width="210" height="18"/>
<pos x="+0" y="+89"/>
<text size="15" align="center" color="#505050" text="MASTER"/>
</textzone>
<video source="master" >
<size width="206" height="114"/>
<pos x="+2" y="+2"/>
</video>
<button action="set '$fullvideo' 1">
<tooltip></tooltip>
<size width="206" height="114"/>
<pos x="+2" y="+2"/>
</button>
</define>
<define class="wvideooutputmastersmall">
<visual>
<size width="273" height="154"/>
<pos x="+0" y="+0"/>
<off x="419" y="1663"/>
</visual>
<textzone >
<size width="273" height="18"/>
<pos x="+0" y="+89"/>
<text size="15" align="center" color="#505050" text="MASTER"/>
</textzone>
<video source="master" >
<size width="273-4" height="154-4"/>
<pos x="+2" y="+2"/>
</video>
<button action="set '$fullvideo' 1">
<tooltip></tooltip>
<size width="273-4" height="154-4"/>
<pos x="+2" y="+2"/>
</button>
</define>


</group>

<group name="wjogs">
<define class="wjogbackground" >
<pos x="+0" y="+0"/>
<size width="114" height="114"/>
<off x="5" y="644"/>
</define>
<define class="wjogspinner" type="rotation" source="get rotation" classdeck="1" >
<Tooltip></Tooltip>
<pos x="+0" y="+0"/>
<size width="114" height="114"/>
<on x="5+130" y="644"/>
</define>
<define class="wjogring" type="circle" source="get position" classdeck="1" >
<Tooltip></Tooltip>
<pos x="+0" y="+0"/>
<size width="114" height="114"/>
<on x="396" y="644"/>
</define>
<define class="wjogspinner" type="rotation" source="get rotation" classdeck="2" >
<Tooltip></Tooltip>
<pos x="+0" y="+0"/>
<size width="114" height="114"/>
<on x="5+130" y="644"/>
</define>
<define class="wjogring" type="circle" source="get position" classdeck="2" >
<Tooltip></Tooltip>
<pos x="+0" y="+0"/>
<size width="114" height="114"/>
<on x="525" y="644"/>
</define>

<define class="wjogspinner" type="rotation" source="get rotation" classdeck="3" >
<Tooltip></Tooltip>
<pos x="+0" y="+0"/>
<size width="114" height="114"/>
<on x="5+130" y="644"/>
</define>
<define class="wjogring" type="circle" source="get position" classdeck="3" >
<Tooltip></Tooltip>
<pos x="+0" y="+0"/>
<size width="114" height="114"/>
<on x="396" y="644+128"/>
</define>
<define class="wjogspinner" type="rotation" source="get rotation" classdeck="4" >
<Tooltip></Tooltip>
<pos x="+0" y="+0"/>
<size width="114" height="114"/>
<on x="5+130" y="644"/>
</define>
<define class="wjogring" type="circle" source="get position" classdeck="4" >
<Tooltip></Tooltip>
<pos x="+0" y="+0"/>
<size width="114" height="114"/>
<on x="526" y="644+128"/>
</define>
</group>

<group name="wwaves">
<define class="wscratchlarge" orientation="horizontal" >
<size width="1024-4" height="52"/>
<grid mirrored="yes" pos="-6" background="no" backgroundshaded="no" height="4" size="3" mainsize="6" />
<cue y="-5" height="22">
<text dx="18" size="20" />
<mask width="18" height="16" x="661" y="710"/>
</cue>
<overlay>
<size width="2" height="64"/>
<pos x="+512-2-1" y="-5"/>
<background x="18" y="790"/>
</overlay>
</define>
<define class="wscratchsmall" orientation="horizontal" >
<size width="1024-4" height="28"/>
<grid mirrored="yes" pos="-2" background="no" backgroundshaded="no" height="4" size="3" mainsize="6" />
<cue y="-2" height="22">
<text dx="18" size="20" />
<mask width="18" height="16" x="661" y="710"/>
</cue>
<overlay>
<size width="2" height="32"/>
<pos x="+512-2-1" y="-2"/>
<background x="18" y="790"/>
</overlay>
</define>


</group>

<group name="wdeckpanels">

<define class="wdeckback" type="color" source="constant '#303030'">
<tooltip></tooltip>
<size width="509" height="216"/>
</define>
<define class="wdeckback2" type="color" source="constant '#303030'">
<tooltip></tooltip>
<size width="509" height="195"/>
</define>
<define class="wdeckback3" type="color" source="constant '#303030'">
<tooltip></tooltip>
<size width="509" height="200"/>
</define>
<define class="wdeckbacktiny" type="color" source="constant '#303030'">
<tooltip></tooltip>
<size width="509" height="148"/>
</define>
<define class="wdeckbackmini" type="color" source="constant '#303030'">
<tooltip></tooltip>
<size width="509" height="64"/>
</define>

<define class="wfxsepline" type="color" source="constant '#000000'">
<tooltip></tooltip>
<size width="509" height="5"/>
</define>

<define class="wdeckdropmini" >
<size width="509" height="64"/>
</define>

<define class="wsongpos">
<visual type="color" source="constant 'black'">
<tooltip></tooltip>
<pos x="+0" y="+0" width="502" height="46"/>
</visual>
<songpos>
<pos x="+1" y="+1" width="500" height="44"/>
<wave>
<size height="38"/>
<pos y="+3"/>
</wave>
<cues>
<size width="12" height="44"/>
<clipmask x="692" y="711"/>
</cues>
</songpos>
</define>

<define class="wsongpos_short" >
<visual type="color" source="constant 'black'">
<tooltip></tooltip>
<pos x="+0" y="+0" width="502" height="34"/>
</visual>
<songpos>
<pos x="+1" y="+1" width="500" height="32"/>
<wave>
<size height="30"/>
<pos y="+1"/>
</wave>
<cues>
<size width="12" height="32"/>
<clipmask x="692" y="711"/>
</cues>
</songpos>
</define>

<define class="wsongpos_tiny" >
<visual type="color" source="constant 'black'">
<tooltip></tooltip>
<pos x="+0" y="+0" width="350" height="40"/>
</visual>
<songpos>
<pos x="+1" y="+1" width="348" height="38"/>
<wave>
<size height="36"/>
<pos y="+1"/>
</wave>
<cues>
<size width="12" height="38"/>
<clipmask x="692" y="711"/>
</cues>
</songpos>
</define>

<define class="wsongpos_mini" >
<songpos>
<pos x="+0" y="+0" width="314" height="18"/>
<wave>
<size height="16"/>
<pos y="+1"/>
</wave>
<cues>
<size width="12" height="18"/>
<clipmask x="692" y="711"/>
</cues>
</songpos>
</define>


<define class="wleftdeck" >

<group name="wdeck1_jog" x="+366" y="+28" >

<visual class="wjogbackground"></visual>
<visual class="wjogspinner" ></visual>
<visual class="wjogring" ></visual>
<visual class="wslipspinner" ></visual>

</group>

<group name="vus" x="+490" y="+3">
<visual class="wvumeter" ><pos x="+0" y="+28"/></visual>
<textzone action="gain 50%" class="wtextcolorline1" >
<tooltip></tooltip>
<size width="70" height="20"/>
<pos x="-57" y="+3"/>
<text size="20" align="right" action="get_level 'db'"/>
</textzone>

</group>

<panel visible="slip_mode ? get_slip_active ? blink 500ms ? false : true : true : false">
<visual class="wvisualcolor" type="color" >
<Tooltip></Tooltip>
<size width="40" height="20"/>
<pos x="+358" y="+5"/>
</visual>
<button action="slip_mode" >
<size width="40" height="20"/>
<pos x="+358" y="+5"/>
<text size="16" color="white" align="center" text="SLIP"/>
</button>
</panel>
<panel visible="slip_mode ? get_slip_active ? blink 500ms ? true : false : false : false">
<visual type="color" source="constant '#505050'" >
<Tooltip></Tooltip>
<size width="40" height="20"/>
<pos x="+358" y="+5"/>
</visual>
<button action="slip_mode" >
<size width="40" height="20"/>
<pos x="+358" y="+5"/>
<text size="16" color="#909090" align="center" text="SLIP"/>
</button>
</panel>


<group name="wdeckinfol" x="+4" y="+2">

<visual type="color" source="constant '#000000'">
<tooltip></tooltip>
<pos x="+0" y="+0" width="350" height="150"/>
</visual>
<visual class="wvisualcolor" type="color" visibility="leftdeck">
<Tooltip></Tooltip>
<size width="25" height="56"/>
<pos x="+2" y="+2"/>
</visual>
<textzone >
<tooltip></tooltip>
<size width="25" height="56"/>
<pos x="+2" y="+2"/>
<text size="34" color="white" align="center" action="get_deck"/>
</textzone>
<panel visibility="var '@$rtouch_hidecover' 0">
<cover >
<tooltip></tooltip>
<pos x="+2+30" y="+2" width="56" height="56"/>
</cover>
<textzone visibility="loaded ? var '@$rt_showremix' 0 ? true : false">
<tooltip></tooltip>
<size width="350-30-60-2-3-3" height="30"/>
<pos x="+2+30+60+3" y="+2"/>
<text size="26" color="white" align="left" action="get_title" scroll="no"/>
<text2 size="26" color="white" align="left" action="get_title" scroll="yes"/>
</textzone>
<textzone visibility="loaded ? var '@$rt_showremix' 1 ? true : false" group="horizontal" scroll="yes" click="scroll">
<tooltip></tooltip>
<size width="350-30-60-2-3-3" height="30"/>
<pos x="+2+30+60+3" y="+2"/>
<text size="26" color="white" align="left" action="get_title" />
<text size="26" color="#808080" align="left" action="get_remix_after_title" />
</textzone>
<textzone class="wtextcolorline2" visibility="loaded">
<tooltip></tooltip>
<size width="350-30-60-2-3-3" height="28"/>
<pos x="+2+30+60+3" y="+32"/>
<text size="24" align="left" action="get_artist" scroll="no"/>
<text2 size="24" align="left" action="get_artist" scroll="yes"/>
</textzone>
<textzone class="wtextcolorline1" visibility="not loaded">
<tooltip></tooltip>
<size width="350-30-60-2-3-3" height="28"/>
<pos x="+2+30+60+3" y="+32"/>
<text size="24" align="left" text="Load a track from Browser" />
</textzone>
</panel>
<panel visibility="var '@$rtouch_hidecover' 1">
<textzone visibility="loaded ? var '@$rt_showremix' 0 ? true : false">
<tooltip></tooltip>
<size width="350-30-2-3-3" height="30"/>
<pos x="+2+30+3" y="+2"/>
<text size="26" color="white" align="left" action="get_title" scroll="no"/>
<text2 size="26" color="white" align="left" action="get_title" scroll="yes"/>
</textzone>
<textzone visibility="loaded ? var '@$rt_showremix' 1 ? true : false" group="horizontal" scroll="yes" click="scroll">
<tooltip></tooltip>
<size width="350-30-2-3-3" height="30"/>
<pos x="+2+30+3" y="+2"/>
<text size="26" color="white" align="left" action="get_title" />
<text size="26" color="#808080" align="left" action="get_remix_after_title" />
</textzone>
<textzone class="wtextcolorline2" visibility="loaded">
<tooltip></tooltip>
<size width="350-30-2-3-3" height="28"/>
<pos x="+2+30+3" y="+32"/>
<text size="24" align="left" action="get_artist" scroll="no"/>
<text2 size="24" align="left" action="get_artist" scroll="yes"/>
</textzone>
<textzone class="wtextcolorline1" visibility="not loaded">
<tooltip></tooltip>
<size width="350-30-2-3-3" height="28"/>
<pos x="+2+30+3" y="+32"/>
<text size="24" align="left" text="Load a track from Browser" />
</textzone>
</panel>

<visual type="color" source="constant '#303030'">
<tooltip></tooltip>
<pos x="+0" y="+2+56+3" width="350" height="3"/>
</visual>

<textzone >
<size width="50" height="15"/>
<pos x="+195" y="+67"/>
<text size="15" color="#aaaaaa" align="left" text="BPM"/>
</textzone>
<textzone class="wtextcolorline1" >
<size width="130" height="44"/>
<pos x="+350-130-5" y="+62"/>
<text size="44" align="right" format="%Pbpmex"/>
</textzone>

<visual class="wvisualcolor" type="color" visibility="masterdeck">
<Tooltip></Tooltip>
<size width="23" height="17"/>
<pos x="+195" y="+67+19-1"/>
</visual>
<button action="nothing" query="masterdeck">
<size width="23" height="15"/>
<pos x="+195" y="+67+19"/>
<text size="15" color="#aaaaaa" align="center" weight="bold" text="M"/>
<textselected size="15" color="#ffffff" align="center" weight="bold" text="M"/>
</button>

<textzone >
<size width="65" height="15"/>
<pos x="+2" y="+66"/>
<text size="15" color="#aaaaaa" align="left" action="display_time 'elapsed' ? get_text 'ELAPSED' : get_text 'REMAIN'"/>
</textzone>
<panel visibility="var '@$rttouch_timeblink' 0">
<textzone visibility="songpos_remain 30000ms ? blink 500ms ? false : true : true">
<tooltip></tooltip>
<size width="132" height="44"/>
<pos x="+60" y="+62"/>
<text size="44" color="white" align="left" action="display_time 'elapsed' ? get_time 'elapsed' : get_time 'remain'"/>
</textzone>
<textzone visibility="songpos_remain 30000ms ? blink 500ms ? true : false : false">
<tooltip></tooltip>
<size width="132" height="44"/>
<pos x="+60" y="+62"/>
<text size="44" color="#aaaaaa" align="left" action="display_time 'elapsed' ? get_time 'elapsed' : get_time 'remain'"/>
</textzone>
</panel>
<panel visibility="var '@$rttouch_timeblink' 1">
<textzone >
<tooltip></tooltip>
<size width="132" height="44"/>
<pos x="+60" y="+62"/>
<text size="44" color="white" align="left" action="display_time 'elapsed' ? get_time 'elapsed' : get_time 'remain'"/>
</textzone>
</panel>
<button action="display_time 'elapsed,remain'">
<tooltip></tooltip>
<pos x="+2" y="+62" width="190" height="47"/>
</button>

<textzone >
<size width="55" height="15"/>
<pos x="+250" y="+104"/>
<text size="15" color="#aaaaaa" align="left" text="PITCH"/>
</textzone>
<textzone >
<size width="55" height="15"/>
<pos x="+350-55-5" y="+104"/>
<text size="15" color="#cccccc" align="right" format="+/-%pitchrange%%"/>
</textzone>
<textzone >
<size width="140" height="30"/>
<pos x="+350-140-5" y="+118"/>
<text size="30" color="#eeeeee" align="right" format="%Ppitch"/>
</textzone>
<textzone visibility="pitch_lock ? blink ? false : true : false">
<size width="30" height="30"/>
<pos x="+252" y="+118"/>
<text size="30" color="yellow" align="left" text="??"/>
</textzone>
<textzone class="wtextcolorline1" visibility="var '@$rt_pitchlink' ? false : param_bigger pitch pitch_slider ? blink ? true : false : false">
<size width="30" height="18"/>
<pos x="+252" y="+116"/>
<text size="18" align="left" text="?"/>
</textzone>
<textzone class="wtextcolorline1" visibility="var '@$rt_pitchlink' ? false : param_bigger pitch_slider pitch ? blink ? true : false : false">
<size width="30" height="18"/>
<pos x="+252" y="+116+15"/>
<text size="18" align="left" text="?"/>
</textzone>

<textzone >
<size width="70" height="15"/>
<pos x="+170" y="+104"/>
<text size="15" color="#aaaaaa" align="center" text="? KEY"/>
</textzone>
<textzone class="wtextcolorline1" visibility="key 0 ? true : false">
<size width="70" height="30"/>
<pos x="+170" y="+118"/>
<text size="30" align="center" action="var '@$rt_xmode_keyview' 2 ? get_key_modifier : var '@$rt_xmode_keyview' 1 ? get_key : get_harmonic"/>
</textzone>
<textzone visibility="key 0 ? false : true">
<size width="70" height="30"/>
<pos x="+170" y="+118"/>
<text size="30" color="#E1E1E1" align="center" action="var '@$rt_xmode_keyview' 2 ? get_key_modifier : var '@$rt_xmode_keyview' 1 ? get_key : get_harmonic"/>
</textzone>

<visual class="wvisualcolor" type="color" visibility="loop">
<Tooltip></Tooltip>
<size width="59" height="41"/>
<pos x="+108" y="+104"/>
</visual>
<textzone >
<size width="59" height="15"/>
<pos x="+108" y="+104"/>
<text size="15" color="#aaaaaa" align="center" text="LOOP"/>
</textzone>
<textzone>
<size width="59" height="30"/>
<pos x="+108" y="+118"/>
<text size="30" color="white" align="center" format="%loop"/>
</textzone>


<visual class="wvisualcolor" type="color" visibility="var 'rt_xmodesel'">
<Tooltip></Tooltip>
<size width="95" height="41"/>
<pos x="+2" y="+104"/>
</visual>
<textzone >
<size width="100" height="15"/>
<pos x="+2" y="+104"/>
<text size="15" color="#aaaaaa" align="center" text="XCODER"/>
</textzone>
<textzone visibility="var 'rt_xmodesel' 1">
<size width="100" height="24"/>
<pos x="+2" y="+120"/>
<text size="20" color="white" align="center" action="shift ? var '@rt_xmode' 2 ? get_text 'CBG WIDTH' : var '@rt_xmode' 1 ? get_text 'KEY' : get_text 'LOOP MOVE' : var '@rt_xmode' 2 ? get_text 'CBG SLIDE' : var '@rt_xmode' 1 ? get_text 'KEY' : get_text 'LOOP SIZE'"/>
</textzone>
<textzone visibility="var 'rt_xmodesel' 0 ? var '@rt_xmode' 2 ? true : false">
<size width="100" height="24"/>
<pos x="+2" y="+120"/>
<text size="20" color="#aaaaaa" align="center" action="shift ? get_text 'CBG WIDTH' : get_text 'CBG SLIDE'"/>
</textzone>
<textzone class="wtextcolorline1" visibility="var 'rt_xmodesel' 0 ? var '@rt_xmode' 1 ? true : false">
<size width="100" height="24"/>
<pos x="+2" y="+120"/>
<text size="20" align="center" text="KEY"/>
</textzone>
<textzone visibility="var 'rt_xmodesel' 0 ? var '@rt_xmode' 0 ? true : false">
<size width="100" height="24"/>
<pos x="+2" y="+120"/>
<text size="20" color="#eeeeee" align="center" action="shift ? get_text 'LOOP MOVE' : get_text 'LOOP SIZE'"/>
</textzone>
</group>

</define>

<define class="wleftdecktiny" >
<group name="wdeck1_jog" x="+366" y="+25" >

<visual class="wjogbackground"></visual>
<visual class="wjogspinner" ></visual>
<visual class="wjogring" ></visual>
<visual class="wslipspinner" ></visual>

</group>

<group name="vus" x="+490" y="+0">
<visual class="wvumetertiny" ><pos x="+0" y="+26"/></visual>
<textzone action="gain 50%" class="wtextcolorline1" >
<tooltip></tooltip>
<size width="70" height="20"/>
<pos x="-57" y="+3"/>
<text size="20" align="right" action="get_level 'db'"/>
</textzone>

</group>

<panel visible="slip_mode ? get_slip_active ? blink 500ms ? false : true : true : false">
<visual class="wvisualcolor" type="color" >
<Tooltip></Tooltip>
<size width="40" height="20"/>
<pos x="+358" y="+3"/>
</visual>
<button action="slip_mode" >
<size width="40" height="20"/>
<pos x="+358" y="+3"/>
<text size="16" color="white" align="center" text="SLIP"/>
</button>
</panel>
<panel visible="slip_mode ? get_slip_active ? blink 500ms ? true : false : false : false">
<visual type="color" source="constant '#505050'" >
<Tooltip></Tooltip>
<size width="40" height="20"/>
<pos x="+358" y="+3"/>
</visual>
<button action="slip_mode" >
<size width="40" height="20"/>
<pos x="+358" y="+3"/>
<text size="16" color="#909090" align="center" text="SLIP"/>
</button>
</panel>

<group name="wdeckinfol" x="+4" y="+2">

<visual type="color" source="constant '#000000'">
<tooltip></tooltip>
<pos x="+0" y="+0" width="350" height="101"/>
</visual>
<visual class="wvisualcolor" type="color" visibility="leftdeck">
<Tooltip></Tooltip>
<size width="25" height="56"/>
<pos x="+2" y="+2"/>
</visual>
<textzone >
<tooltip></tooltip>
<size width="25" height="56"/>
<pos x="+2" y="+2"/>
<text size="34" color="white" align="center" action="get_deck"/>
</textzone>

<panel visibility="var '@$rtouch_hidecover' 0">
<cover >
<tooltip></tooltip>
<pos x="+2+30" y="+2" width="56" height="56"/>
</cover>
<textzone visibility="loaded ? var '@$rt_showremix' 0 ? true : false">
<tooltip></tooltip>
<size width="350-30-60-2-3-3" height="30"/>
<pos x="+2+30+60+3" y="+2"/>
<text size="26" color="white" align="left" action="get_title" scroll="no"/>
<text2 size="26" color="white" align="left" action="get_title" scroll="yes"/>
</textzone>
<textzone visibility="loaded ? var '@$rt_showremix' 1 ? true : false" group="horizontal" scroll="yes" click="scroll">
<tooltip></tooltip>
<size width="350-30-60-2-3-3" height="30"/>
<pos x="+2+30+60+3" y="+2"/>
<text size="26" color="white" align="left" action="get_title" />
<text size="26" color="#808080" align="left" action="get_remix_after_title" />
</textzone>
<textzone class="wtextcolorline2" visibility="loaded">
<tooltip></tooltip>
<size width="350-30-60-2-3-3" height="28"/>
<pos x="+2+30+60+3" y="+32"/>
<text size="24" align="left" action="get_artist" scroll="no"/>
<text2 size="24" align="left" action="get_artist" scroll="yes"/>
</textzone>
<textzone class="wtextcolorline1" visibility="not loaded">
<tooltip></tooltip>
<size width="350-30-60-2-3-3" height="28"/>
<pos x="+2+30+60+3" y="+32"/>
<text size="24" align="left" text="Load a track from Browser" />
</textzone>
</panel>
<panel visibility="var '@$rtouch_hidecover' 1">
<textzone visibility="loaded ? var '@$rt_showremix' 0 ? true : false">
<tooltip></tooltip>
<size width="350-30-2-3-3" height="30"/>
<pos x="+2+30+3" y="+2"/>
<text size="26" color="white" align="left" action="get_title" scroll="no"/>
<text2 size="26" color="white" align="left" action="get_title" scroll="yes"/>
</textzone>
<textzone visibility="loaded ? var '@$rt_showremix' 1 ? true : false" group="horizontal" scroll="yes" click="scroll">
<tooltip></tooltip>
<size width="350-30-2-3-3" height="30"/>
<pos x="+2+30+3" y="+2"/>
<text size="26" color="white" align="left" action="get_title" />
<text size="26" color="#808080" align="left" action="get_remix_after_title" />
</textzone>
<textzone class="wtextcolorline2" visibility="loaded">
<tooltip></tooltip>
<size width="350-30-2-3-3" height="28"/>
<pos x="+2+30+3" y="+32"/>
<text size="24" align="left" action="get_artist" scroll="no"/>
<text2 size="24" align="left" action="get_artist" scroll="yes"/>
</textzone>
<textzone class="wtextcolorline1" visibility="not loaded">
<tooltip></tooltip>
<size width="350-30-2-3-3" height="28"/>
<pos x="+2+30+3" y="+32"/>
<text size="24" align="left" text="Load a track from Browser" />
</textzone>
</panel>

<textzone >
<size width="50" height="15"/>
<pos x="+195" y="+65"/>
<text size="15" color="#aaaaaa" align="left" text="BPM"/>
</textzone>
<textzone class="wtextcolorline1" >
<size width="130" height="44"/>
<pos x="+350-130-5" y="+60"/>
<text size="44" align="right" format="%Pbpmex"/>
</textzone>

<visual class="wvisualcolor" type="color" visibility="masterdeck">
<Tooltip></Tooltip>
<size width="23" height="17"/>
<pos x="+195" y="+65+19-1"/>
</visual>
<button action="nothing" query="masterdeck">
<size width="23" height="15"/>
<pos x="+195" y="+65+19"/>
<text size="15" color="#aaaaaa" align="center" weight="bold" text="M"/>
<textselected size="15" color="#ffffff" align="center" weight="bold" text="M"/>
</button>

<textzone >
<size width="65" height="15"/>
<pos x="+2" y="+64"/>
<text size="15" color="#aaaaaa" align="left" action="display_time 'elapsed' ? get_text 'ELAPSED' : get_text 'REMAIN'"/>
</textzone>
<panel visibility="var '@$rttouch_timeblink' 0">
<textzone visibility="songpos_remain 30000ms ? blink 500ms ? false : true : true">
<tooltip></tooltip>
<size width="132" height="44"/>
<pos x="+60" y="+60"/>
<text size="44" color="white" align="left" action="display_time 'elapsed' ? get_time 'elapsed' : get_time 'remain'"/>
</textzone>
<textzone visibility="songpos_remain 30000ms ? blink 500ms ? true : false : false">
<tooltip></tooltip>
<size width="132" height="44"/>
<pos x="+60" y="+60"/>
<text size="44" color="#aaaaaa" align="left" action="display_time 'elapsed' ? get_time 'elapsed' : get_time 'remain'"/>
</textzone>
</panel>
<panel visibility="var '@$rttouch_timeblink' 1">
<textzone >
<tooltip></tooltip>
<size width="132" height="44"/>
<pos x="+60" y="+60"/>
<text size="44" color="white" align="left" action="display_time 'elapsed' ? get_time 'elapsed' : get_time 'remain'"/>
</textzone>
</panel>
<button action="display_time 'elapsed,remain'">
<tooltip></tooltip>
<pos x="+2" y="+60" width="190" height="47"/>
</button>


</group>

</define>

<define class="wleftdeckmini" >

<group name="wdeckinfol" x="+4" y="+2">

<visual type="color" source="constant '#000000'">
<tooltip></tooltip>
<pos x="+0" y="+0" width="350" height="60"/>
</visual>
<visual class="wvisualcolor" type="color" visibility="leftdeck">
<Tooltip></Tooltip>
<size width="25" height="56"/>
<pos x="+2" y="+2"/>
</visual>
<textzone >
<tooltip></tooltip>
<size width="25" height="56"/>
<pos x="+2" y="+2"/>
<text size="34" color="white" align="center" action="get_deck"/>
</textzone>

<textzone visibility="loaded ? var '@$rt_showremix' 0 ? true : false">
<tooltip></tooltip>
<size width="350-30-2-3-3" height="30"/>
<pos x="+2+30+3" y="+2"/>
<text size="23" color="white" align="left" action="get_title" scroll="no"/>
<text2 size="23" color="white" align="left" action="get_title" scroll="yes"/>
</textzone>
<textzone visibility="loaded ? var '@$rt_showremix' 1 ? true : false" group="horizontal" scroll="yes" click="scroll">
<tooltip></tooltip>
<size width="350-30-2-3-3" height="30"/>
<pos x="+2+30+3" y="+2"/>
<text size="23" color="white" align="left" action="get_title" />
<text size="23" color="#808080" align="left" action="get_remix_after_title" />
</textzone>

<panel class="wsongpos_mini" x="+2+30+2" y="+34"></panel>

<visual class="wvumetermini" ><pos x="+350+5+125+6" y="+2"/></visual>

<visual type="color" source="constant '#000000'">
<tooltip></tooltip>
<pos x="+350+5" y="+0" width="125" height="60"/>
</visual>
<textzone >
<size width="50" height="15"/>
<pos x="+350+5+3" y="+3"/>
<text size="15" color="#aaaaaa" align="left" text="BPM"/>
</textzone>
<textzone class="wtextcolorline1" >
<size width="120" height="28"/>
<pos x="+350+5" y="+1"/>
<text size="28" align="right" format="%Pbpmex"/>
</textzone>
<textzone >
<size width="50" height="15"/>
<pos x="+350+5+3" y="+32"/>
<text size="15" color="#aaaaaa" align="left" action="display_time 'elapsed' ? get_text 'ELAP' : get_text 'REM'"/>
</textzone>
<panel visibility="var '@$rttouch_timeblink' 0">
<textzone visibility="songpos_remain 30000ms ? blink 500ms ? false : true : true">
<tooltip></tooltip>
<size width="120" height="28"/>
<pos x="+350+5" y="+30"/>
<text size="26" color="white" align="right"
 

Mensajes Thu 17 Jan 19 @ 6:55 pm


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