Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Button Pitch +0.01 and -0.01 not in %

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

I wan't to make two buttons to set the pitch. One in -0.01 steps and one in +0.01 steps.
I don't wan't to use % value! How can i do this?
 

Posted Sun 01 Jul 12 @ 5:44 am
You can't do it easily unfortunately, the pitch moves relatively to the track bpm and pitch range. You would have to create a plugin that could calculate the different variables of current bpm and pitch range and move the pitch the amount required. Maybe you should request it in the wishes forum.
 

Posted Sun 01 Jul 12 @ 5:59 am
I think it can be done without a plugin. DJ Format has it implemented in his Denon HC-4500 Skin. There are arrows beside the pitch sliders, when i click on the upper arrows, the pitch goes up 0,01 or when i click on the down arrows the pitch goes -0,01. But the skin is written vor VDJ 5.2 and the values doesn't work in my skin for VDJ 7.05.

Example old value in 5.2:
<button pannel="1" action="pitch" value="-3" chan="1">
This set the pitch -0.01!

Example 7.05:
<button pannel="1" action="deck 1 pitch +3%">
Set the pitch -3% and that isn't what i want
 

Posted Sun 01 Jul 12 @ 6:35 am
 

Posted Sun 01 Jul 12 @ 6:55 am
Okay thanks you are right, i have tried it with different values and the best value is:

<button pannel="Audio" action="deck 1 pitch -0,067%">
(Pitchrange 6%)

So i make a request at the wishes forum, hope it comes with the new version ;-)
 

Posted Sun 01 Jul 12 @ 7:07 am


(Old topics and forums are automatically closed)