Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Tablist v5.2

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

The +- buttons on top of the pitch slider seem to pitch nudge, I want to change them to work as pitch bend. I have been able to edit the XML file for CE v.12 to change the nudge buttons to bend, but I can't seem to change it correctly on the Tablist skin. Can anyone help?
 

Posted Tue 18 Aug 09 @ 10:45 am
DHoudePRO InfinityMember since 2009
Yea, I think it was coded with the old VDJ 5 code. I tried editing a skin last week like that. Once I put any VDJ script (for VDJ 6) the old code did not work anymore. So I don't think you can mix old and new code on the same skin.

CE was a brand new skin and I think it may have used the new VDJ script.
 

Posted Tue 18 Aug 09 @ 11:28 am
Does anyone else know how I can edit it to work?
 

Posted Thu 20 Aug 09 @ 11:08 am
Anyone? It does say Tablist V5.2 designed for VDJ 6.01. Can someone help me with what the correct change in the XML is to change the pitch nudge buttons to pitch bend?
 

Posted Fri 21 Aug 09 @ 9:12 am
listen2PRO InfinityMember since 2005
djstevieray wrote :
Anyone? It does say Tablist V5.2 designed for VDJ 6.01. Can someone help me with what the correct change in the XML is to change the pitch nudge buttons to pitch bend?


I dont right now off the top of my head but sometimes its as simple as changing pitch_nudge to pitch_bend

I can check for sure when i get home.
 

Posted Fri 21 Aug 09 @ 10:35 am
djdadPRO InfinityDevelopment ManagerMember since 2005
you should wite ..
Quote :
<button action ="deck 1 pitch_bend +1% 500ms" >
<size ....... />
<pos .../>
....
..
</button>


This will increase +1% the pitch and will continue to increase (double it) every 500ms. You may change the parametrs if you like. Same thing for deck 2 and pitch_bend -1% as well.
 

Posted Fri 21 Aug 09 @ 10:38 am
The current buttons are programmed like this..
Quote :
<button action="pitch" value="+8" chan="1">
<pos x="43" y="149" />
<size width="30" height="20" />
<selected x="322" y="3355" />
<down x="322" y="3355" />
</button>
<button action="pitch" value="-8" chan="1">
<pos x="14" y="149" />
<size width="30" height="20" />
<selected x="292" y="3355" />
<down x="293" y="3355" />
</button>


No matter what I try it, the buttons just become completely non functional.

Last attempt looked like this.
Quote :
<button action ="deck 1 pitch_bend +4% 500ms">
<pos x="43" y="149"></pos>
<size width="30" height="20"></size>
</button>
<button action ="deck 1 pitch_bend -4% 500ms">
<pos x="14" y="149"></pos>
<size width="30" height="20"></size>
</button>
 

Posted Sat 22 Aug 09 @ 10:54 am
djdadPRO InfinityDevelopment ManagerMember since 2005
You are trying to edit a previous script version to ver 6. It's quite difficult. If you mess ver6 commands with ver5 commands, then you should change line 1 or 2 to version="6". But then you have to change a lot of things. The above code for pitch bend is actually for ver 6. I don't remember pitch bend syntax for ver 5 or previous. Sorry.
 

Posted Sat 22 Aug 09 @ 8:10 pm


(Old topics and forums are automatically closed)