Quick Sign In:  

Forum: VirtualDJ Skins

Topic: need a little advise /freeze in Pannels?

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

Hi out there,
I#m working on my first skin and have a little problem. In a area of the jogs I got no response/ e.g. BPM in pannel deck1_default dont't actualize :o((
heres my coding:
***********************************************************************
* Pannel-Definitions
***********************************************************************
****panel-Definitions Deck 1
***********************************************************************

<pannel id="deck1_default" group="deck1" visible="yes">
<size width="388" height="102"/>
<pos x="139" y="200"/>
<down x="139" y="1106"/>
</pannel>
<pannel id="deck1_video" group="deck1" visible="no">
<size width="388" height="102"/>
<pos x="139" y="200"/>
<down x="139" y="2307"/>
</pannel>

<pannel id="deck1_scratch" group="deck1" visible="no">
<size width="388" height="102"/>
<pos x="139" y="200"/>
<up x="139" y="200"/>
</pannel>
...
*******************************
Deck1 Scratch-pannel
*******************************
**scratch-Pannel Jogs
<songpos pannel="deck1_scratch" deck="1" orientation="circle" waveform="no" >
<circle/>
<size width="100" height="100"/>
<pos x="425" y="201"/>
<selected x="109" y="2535"/>
<up x="5" y="2535"/>
<clipmask x="420" y="2535"/>
<mousemask x="420" y="2535"/>
<down x="5" y="2535"/>
</songpos>

<visual pannel="deck1_scratch" type="rotation" source="deck 1 get rotation">
<size width="100" height="100"/>
<pos x="425" y="201"/>
<down x="524" y="2535"/>
<up x="627" y="2535"/>
<clipmask x="315" y="2535"/>
<mask x="212" y="2535"/>
</visual>
...
+++Deck 1 BPM

<textzone pannel="deck1_default" deck="1">
<size width="84" height="27"/>
<pos x="441" y="273"/>
<text font="Arial" size="27" align="center" weight="bold" format="%Pbpmex"/>
<text2 font="Arial" size="27" color="#0080FF" align="center" weight="bold" format="%Pbpmex"/>
</textzone>
...

would be glad for some suggestions to finish my work. I got no idea where's the bug. Need your help. Thanks a lot

Music234

EDIT:
to make it clear: If I pull down my slider, the BPM don'actualize. On a another deck, the time (spent/left) don't actualize.
Its allways in the area of the jog in the scratch-Pannel (sized 100x100)but in the other pannels.
I found out, that if I delete the secon visual all work fine.

Any suggestions?
 

Posted Mon 08 Aug 11 @ 4:16 am
here are some gfx, please take a look @the pitch: BPM don\\\'t actualize:





 

Posted Mon 08 Aug 11 @ 5:09 am
djdadPRO InfinityDevelopment ManagerMember since 2005
I would like to see your masks graphics as well, but in the meantime, try to add <up .....> to bpm

Bpm also should be on all 3 panels visible. So add 2 more bpm textozones for the other 2 panels.
 

Posted Mon 08 Aug 11 @ 10:28 am
hi DjDad,

thank you for response. here is my complete code of the pannels (BPM is on all Pannels). The problem is, that in the pannels _default and _video the BPM or anything else don't "refresh" in the area 100x100 (jogs!) while hitting the pitch slider or if I load a new song on the deck, when _scratch is chosen...
***************************************
*Deck 1_default
***************************************

+++Songpos

<songpos pannel="deck1_default" deck="1" orientation="horizontal" waveform="yes">
<size width="298" height="27"/>
<pos x="141" y="273"/>
<volume x="143" y="1598"/>
<down x="143" y="1549"/>
<up x="964" y="2340"/>
<selected x="143" y="1696"/>
<volumeselected x="143" y="1647"/>
<upselected x="143" y="1745"/>
<cues>
<size width="9" height="27"/>
<up x="40" y="1636"/>
<clipmask x="15" y="1636" width="9" height="27" />
<over x="28" y="1808"/>
<down x="28" y="1808"/>
</cues>
</songpos>

********************* Deck 1 Textzones

+++Time Deck 1

<textzone pannel="deck1_default" deck="1">
<size width="50" height="11"/>
<pos x="144" y="201"/>
<text font="Arial" size="11" align="left" weight="bold" format="TIME"/>
<text2 font="Arial" size="11" color="#0080FF" align="left" weight="bold" format="TIME"/>
</textzone>

<textzone pannel="deck1_default" deck="1">
<size width="50" height="15"/>
<pos x="142" y="211"/>
<text font="Arial" size="15" align="left" weight="bold" format="%Pleft"/>
<text2 font="Arial" size="15" align="left" weight="bold" format="%Pspent"/>
<text3 font="Arial" size="15" color="#0080FF" align="left" weight="bold" format="%Pleft"/>
<text4 font="Arial" size="15" color="#0080FF" align="left" weight="bold" format="%Pspent"/>
</textzone>

+++Level Deck1

<textzone pannel="deck1_default" deck="1">
<size width="57" height="11"/>
<pos x="198" y="201"/>
<text font="Arial" size="11" align="left" weight="bold" format="LEVEL"/>
<text2 font="Arial" size="11" align="left" weight="bold" format="LEVEL"/>
<text3 font="Arial" size="11" color="#0080FF" align="left" weight="bold" format="LEVEL"/>
<text4 font="Arial" size="11" color="#0080FF" align="left" weight="bold" format="LEVEL"/>
</textzone>

<textzone pannel="deck1_default" deck="1">
<size width="57" height="15"/>
<pos x="198" y="211"/>
<text font="Arial" size="15" align="left" weight="bold" format="%level"/>
<text2 font="Arial" size="15" color="#0080FF" align="left" weight="bold" format="%level"/>
</textzone>

+++Key Deck1

<textzone pannel="deck1_default" deck="1">
<size width="57" height="11"/>
<pos x="254" y="202"/>
<text font="Arial" size="11" align="left" weight="bold" format="KEY"/>
<text2 font="Arial" size="11" color="#0080FF" align="left" weight="bold" format="KEY"/>
</textzone>

<textzone pannel="deck1_default" deck="1">
<size width="57" height="15"/>
<pos x="254" y="211"/>
<text font="Arial" size="15" align="left" weight="bold" format="%camelot"/>
<text2 font="Arial" size="15" color="#0080FF" align="left" weight="bold" format="%camelot"/>
</textzone>

+++Pitch Deck1

<textzone pannel="deck1_default" deck="1">
<size width="57" height="11"/>
<pos x="310" y="201"/>
<text font="Arial" size="11" align="left" weight="bold" format="PITCH"/>
<text2 font="Arial" size="11" color="#0080FF" align="left" weight="bold" format="PITCH"/>
</textzone>

<textzone pannel="deck1_default" deck="1">
<size width="57" height="15"/>
<pos x="310" y="211"/>
<text font="Arial" size="15" align="left" weight="bold" format="%Ppitch"/>
<text2 font="Arial" size="15" color="#0080FF" align="left" weight="bold" format="%Ppitch"/>
</textzone>

+++ Deck1 Rank

<textzone pannel="deck1_default" deck="1">
<size width="57" height="11"/>
<pos x="366" y="201"/>
<text font="Arial" size="11" align="left" weight="bold" format="RANK"/>
<text2 font="Arial" size="11" color="#0080FF" align="left" weight="bold" format="RANK"/>
</textzone>

<textzone pannel="deck1_default" deck="1">
<size width="57" height="15"/>
<pos x="366" y="211"/>
<text font="Arial" size="13" align="left" format="`get loaded_song 'stars'`"/>
<text2 font="Arial" size="13" color="#0080FF" align="left" format="`get loaded_song 'stars'`"/>
</textzone>

+++Deck 1 comment

<textzone pannel="deck1_default" deck = "1">
<size width="57" height="11"/>
<pos x="422" y="201"/>
<text font="Arial" size="11" align="left" weight="bold" format="COMMENT"/>
<text2 font="Arial" size="11" align="left" weight="Bold" color="#0080FF" format="COMMENT"/>
</Textzone>

<textzone pannel="deck1_default" deck="1">
<size width="58" height="15"/>
<pos x="422" y="211"/>
<text font="Arial" size="13" align="left" scroll="yes" format="%comment"/>
<text2 font="Arial" size="13" align="left" scroll="yes" color="#CF0080FF" format="%comment"/>
</textzone>

+++Deck 1 BPM

<textzone pannel="deck1_default" deck="1">
<size width="84" height="27"/>
<pos x="441" y="273"/>
<text font="Arial" size="27" align="center" weight="bold" format="%Pbpmex"/>
<text2 font="Arial" size="27" color="#0080FF" align="center" weight="bold" format="%Pbpmex"/>
</textzone>

+++Author Deck1

<textzone pannel="deck1_default" deck="1">
<size width="336" height="21"/>
<pos x="144" y="229"/>
<text font="Arial" size="20" weight="bold" align="left" scroll="yes" format="%author"/>
<text2 font="Arial" size="20" weight="bold" color="#8080FF" align="left" scroll="yes" format="%author"/>
</textzone>

+++Titel Deck1

<textzone pannel="deck1_default" deck="1">
<size width="336" height="21"/>
<pos x="144" y="250"/>
<text font="Arial" size="19" align="left" weight="" scroll="yes" format="%title"/>
<text2 font="Arial" size="19" color="#8080FF" align="left" weight="" scroll="yes" format="%title"/>
</textzone>
**************************************
Deck 1 Video-Pannel
**************************************

<video pannel="deck1_video" source="deck 1">
<size width="119" height="70"/>
<pos x="144" y="202"/>
<down x="144" y="2308"/>
<up x="144" y="2308"/>
</video>

++Video-Effekt:

<button pannel="deck1_video" action="deck 1 video_fx" rightclick="deck 1 video_fx_select">
<size width="90" height="19"/>
<pos x="436" y="201"/>
<up x="+0" y="2308"/>
<selected x="408" y="1654"/>
<down x="408" y="1654"/>
<text font="Arial" size="15" align="center" scroll="yes" color="white" format="%videofx"/>
</button>

++video-effekt slider

<slider Pannel="deck1_video" action="deck 1 video_fx_slider" orientation="horizontal">
<size width="90" height="7"/>
<pos x="436" y="222"/>
<selected x="+0" y="1654"/>
<up x="436" y="2329"/>
<fader>
<size width="2" height="6"/>
<pos x="246" y="1518"/>
</fader>
</slider>

<songpos pannel="deck1_video" deck="1" orientation="horizontal" waveform="yes">
<size width="293" height="23"/>
<pos x="144" y="275"/>
<volume x="143" y="1598"/>
<down x="143" y="1549"/>
<up x="845" y="1439"/>
<selected x="143" y="1696"/>
<volumeselected x="143" y="1647"/>
<upselected x="143" y="1745"/>
<cues>
<size width="9" height="27"/>
<up x="40" y="1636"/>
<clipmask x="15" y="1636" width="9" height="27" />
<over x="28" y="1808"/>
<down x="28" y="1808"/>
</cues>
</songpos>

**Time Deck 1 Video-Pannel

<textzone pannel="deck1_video" deck="1">
<size width="50" height="11"/>
<pos x="265" y="201"/>
<text font="Arial" size="11" align="left" weight="bold" format="TIME"/>
<text2 font="Arial" size="11" color="#0080FF" align="left" weight="bold" format="TIME"/>
</textzone>

<textzone pannel="deck1_video" deck="1">
<size width="50" height="15"/>
<pos x="265" y="211"/>
<text font="Arial" size="15" align="left" weight="bold" format="%Pleft"/>
<text2 font="Arial" size="15" align="left" weight="bold" format="%Pspent"/>
<text3 font="Arial" size="15" color="#0080FF" align="left" weight="bold" format="%Pleft"/>
<text4 font="Arial" size="15" color="#0080FF" align="left" weight="bold" format="%Pspent"/>
</textzone>

***Level Deck1 Video-Pannel

<textzone pannel="deck1_video" deck="1">
<size width="57" height="11"/>
<pos x="317" y="201"/>
<text font="Arial" size="11" align="left" weight="bold" format="LEVEL"/>
<text2 font="Arial" size="11" align="left" weight="bold" format="LEVEL"/>
<text3 font="Arial" size="11" color="#0080FF" align="left" weight="bold" format="LEVEL"/>
<text4 font="Arial" size="11" color="#0080FF" align="left" weight="bold" format="LEVEL"/>
</textzone>

<textzone pannel="deck1_video" deck="1">
<size width="57" height="15"/>
<pos x="317" y="211"/>
<text font="Arial" size="15" align="left" weight="bold" format="%level"/>
<text2 font="Arial" size="15" color="#0080FF" align="left" weight="bold" format="%level"/>
</textzone>

***Pitch Deck1 video-Pannel

<textzone pannel="deck1_video" deck="1">
<size width="57" height="11"/>
<pos x="374" y="201"/>
<text font="Arial" size="11" align="left" weight="bold" format="PITCH"/>
<text2 font="Arial" size="11" color="#0080FF" align="left" weight="bold" format="PITCH"/>
</textzone>

<textzone pannel="deck1_video" deck="1">
<size width="57" height="15"/>
<pos x="374" y="211"/>
<text font="Arial" size="15" align="left" weight="bold" format="%Ppitch"/>
<text2 font="Arial" size="15" color="#0080FF" align="left" weight="bold" format="%Ppitch"/>
</textzone>

***BPM Video-Pannel

<textzone pannel="deck1_video" deck="1">
<size width="84" height="27"/>
<pos x="441" y="273"/>
<text font="Arial" size="27" align="center" weight="bold" format="%Pbpmex"/>
<text2 font="Arial" size="27" color="#0080FF" align="center" weight="bold" format="%Pbpmex"/>
</textzone>

**Author Deck1 Pannel Video

<textzone pannel="deck1_video" deck="1">
<size width="258" height="21"/>
<pos x="267" y="229"/>
<text font="Arial" size="20" weight="bold" align="left" scroll="yes" format="%author"/>
<text2 font="Arial" size="20" weight="bold" color="#8080FF" align="left" scroll="yes" format="%author"/>
</textzone>

***Titel Deck1 Pannel Video

<textzone pannel="deck1_video" deck="1">
<size width="258" height="21"/>
<pos x="267" y="250"/>
<text font="Arial" size="19" align="left" weight="" scroll="yes" format="%title"/>
<text2 font="Arial" size="19" color="#8080FF" align="left" weight="" scroll="yes" format="%title"/>
</textzone>

*******************************
Deck1 Scratch-pannel
*******************************

**scratch-Pannel Jogs
<songpos pannel="deck1_scratch" deck="1" orientation="circle" waveform="no" >
<circle/>
<size width="100" height="100"/>
<pos x="425" y="201"/>
<selected x="109" y="2535"/>
<up x="5" y="2535"/>
<clipmask x="420" y="2535"/>
<mousemask x="420" y="2535"/>
<down x="5" y="2535"/>
</songpos>

<visual pannel="deck1_scratch" type="rotation" source="deck 1 get rotation">
<size width="100" height="100"/>
<pos x="425" y="201"/>
<down x="524" y="2535"/>
<up x="627" y="2535"/>
<clipmask x="315" y="2535"/>
<mask x="212" y="2535"/>
</visual>

***BPM Scratch-Pannel

<textzone pannel="deck1_scratch" deck="1">
<size width="50" height="14"/>
<pos x="450" y="238"/>
<text font="Arial" size="14" align="center" weight="bold" format="%Pbpmex"/>
<text2 font="Arial" size="14" color="#0080FF" align="center" weight="bold" format="%Pbpmex"/>
</textzone>

***Time Scratch-Pannel

<textzone pannel="deck1_scratch" deck="1">
<size width="50" height="12"/>
<pos x="450" y="250"/>
<text font="Arial" size="12" align="center" weight="bold" format="%Pleft"/>
<text2 font="Arial" size="12" align="center" weight="bold" format="%Pspent"/>
<text3 font="Arial" size="12" color="#0080FF" align="left" weight="bold" format="%Pleft"/>
<text4 font="Arial" size="12" color="#0080FF" align="left" weight="bold" format="%Pspent"/>
</textzone>

**Reverse

<button pannel="deck1_scratch" action="deck 1 reverse blink" rightclick="deck 1 reverse while_pressed">
<size width="12" height="13"/>
<pos x="426" y="288"/>
<selected x="110" y="2621"/>
<up x="6" y="2621"/>
<down x="6" y="2621"/>
</button>

**unload

<button pannel="deck1_scratch" action="deck 1 unload">
<size width="12" height="13"/>
<pos x="512" y="288"/>
<selected x="196" y="2621"/>
<down x="92" y="2621"/>
<up x="92" y="2621"/>
</button>

**Vinyl-Mode

<button pannel="deck1_scratch" action="deck 1 vinyl_mode" >
<size width="12" height="13"/>
<pos x="426" y="202"/>
<selected x="110" y="2536"/>
<down x="6" y="2536"/>
<up x="6" y="2536"/>
</button>

***scractchwave Scratch-Pannel

<scratchwave pannel="deck1_scratch" deck="1" orientation="horizontal" direction="right" length="1500">
<size width="276" height="36"/>
<pos x="144" y="232"/>
<up x="144" y="2453"/>
<down x="144" y="2726"/>
</scratchwave>

***Get Beat round scratch ;o))))

<visual pannel="deck1_scratch" deck="1" type="transparent" source="deck 1 play ? deck 1 get beat : nothing">
<size width="280" height="40"/>
<pos x="142" y="230"/>
<down x="142" y="2724"/>
<up x="142" y="2451"/>
<clipmask x="142" y="2653"/>
</visual>

**Author Scratch-Pannel

<textzone pannel="deck1_scratch" deck="1">
<size width="280" height="13"/>
<pos x="144" y="201"/>
<text font="Arial" size="14" color="#FFFFFF" align="left" weight="bold" scroll="yes" format="%Author"/>
<text2 font="Arial" size="14" color="#0080FF" align="left" weight="bold" scroll="yes"format="%Author"/>
</textzone>

** Title Scratch-Pannel

<textzone pannel="deck1_scratch" deck="1">
<size width="280" height="14"/>
<pos x="144" y="213"/>
<text font="Arial" size="14" color="#FFFFFF" align="left" weight="bold" scroll="yes" format="%title"/>
<text2 font="Arial" size="14" color="#0080FF" align="left" weight="bold" scroll="yes"format="%title"/>
</textzone>

**Songpos Scratch-Pannel I

<songpos pannel="deck1_scratch" deck="1" orientation="horizontal" waveform="no">
<size width="280" height="13"/>
<pos x="141" y="272"/>
<volume x="143" y="1598"/>
<down x="143" y="1549"/>
<up x="+0" y="+0"/>
<selected x="143" y="1696"/>
<volumeselected x="143" y="1647"/>
<upselected x="143" y="1745"/>
<mousemask x="+0" y="+0"/>
<cues>
<size width="9" height="13"/>
<up x="40" y="1636"/>
<clipmask x="15" y="1636" width="9" height="13"/>
<over x="28" y="1808"/>
<down x="28" y="1808"/>
</cues>
</songpos>

**Songpos Scratch-Pannel II

<songpos pannel="deck1_scratch" deck="1" orientation="horizontal" waveform="yes">
<size width="280" height="13"/>
<pos x="141" y="287"/>
<volume x="143" y="1598"/>
<down x="143" y="1549"/>
<up x="+0" y="+0"/>
<selected x="143" y="1696"/>
<volumeselected x="143" y="1647"/>
<upselected x="143" y="1745"/>
<mousemask x="+0" y="+0"/>
<cues>
<size width="9" height="13"/>
<up x="40" y="1636"/>
<clipmask x="15" y="1636" width="9" height="13"/>
<over x="28"Y="1808"/>
<down x="28" y="1808"/>
</cues>
</songpos>

gfx of the masks are comin in a minute ;O)))
 

Posted Mon 08 Aug 11 @ 10:48 am
and here are the masks:
 

Posted Mon 08 Aug 11 @ 10:54 am
BTW: I found following out:If I delete this in the scratch-Pannel:

<visual pannel="deck1_scratch" type="rotation" source="deck 1 get rotation">
<size width="100" height="100"/>
<pos x="425" y="201"/>
<down x="524" y="2535"/>
<up x="627" y="2535"/>
<clipmask x="315" y="2535"/>
<mask x="212" y="2535"/>
</visual>

all things work fine and all things are refreshed in the other pannels....but I got no Idea whats wrong :(
 

Posted Mon 08 Aug 11 @ 10:58 am
no idea? anyone?
 

Posted Mon 08 Aug 11 @ 2:01 pm
OK, I fixed this #+!.
It was 1 (!) Pixel in the mask:

**scratch-Pannel Jogs
<songpos pannel="deck1_scratch" deck="1" orientation="circle" waveform="no" >
<circle/>
<size width="98" height="98"/>
<pos x="425+1" y="201+1"/>
<clipmask x="420+1" y="2535+1"/>
<selected x="109+1" y="2535+1"/>
<up x="5+1" y="2535+1"/>
<down x="524+1" y="2535+1"/>
</songpos>

Big thanks to all of you tried to help.
in a few days I will upload gridcontrol ;o)
 

Posted Tue 09 Aug 11 @ 2:36 am
Nice.....When es available?¿?¿
 

Posted Thu 11 Aug 11 @ 11:56 am
@Dj Ro: Thanks!

I hope next week I can upload. Will be my first skin ;o).

Tomorrow first test in "reality", but by now the jogs in pannels don't work on mac. In windows they do.
Need a few days... Will open a new topic maybe this weekend.
This thing is called
>>>Gridcontrol<<<,
maybe you know the reason my friend?
 

Posted Thu 11 Aug 11 @ 2:52 pm
 

Posted Sun 14 Aug 11 @ 12:35 pm


(Old topics and forums are automatically closed)