Quick Sign In:  

Forum: VirtualDJ 8.0 Technical Support

Topic: No Dedicated platter RPM 33/45 For Ch 1, Ch 2

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

I have gotten a couple of skins that have a very cool by Kymillionare, Skin name="PLX1000-V5,Pioneer DJM-800 &
The visual effects for adjusting the Turntable platter speed. It works but VDJ 8 does not have the code written properly to separate the two tables. If left Deck RPM button is pushed then the it also affects the right deck table, not very realistic. Probably an easy fix in your code.
Here is the example below. It does state and call out the actions for ch 1, ch 2 but VDJ8 ignores the command.
It would be a great effect if it can be patched to work.
Thank You SBDJ for the fast reply. I did not know that it was a global setting. Good to know.
Thanks.
Jon J.


---------------------- Turntable 1 --------------------------
<button action="setting 'RPM' 45" chan="1" rightclick="auto">
<pos x="472" y="423"/>
<size width="10" height="24"/>
<selected x="102" y="2231"/>
<over x="+0" y="+1"/>
<down x="+0" y="+0"/>
<tooltip>Turntable speed 45 RPM</tooltip>
</button>

<button action="setting 'RPM' 33" chan="1" rightclick="auto">
<pos x="472" y="449"/>
<size width="10" height="24"/>
<selected x="102" y="2257"/>
<over x="+0" y="+1"/>
<down x="+0" y="+0"/>
<tooltip>Turntable speed 33 RPM</tooltip>

------------------- Turntable 2 ---------------------
<button action="setting 'RPM' 45" chan="2" rightclick="auto">
<pos x="1220" y="423"/>
<size width="10" height="24"/>
<selected x="102" y="2231"/>
<over x="+0" y="+1"/>
<down x="+0" y="+0"/>
<tooltip>Turntable speed 45 RPM</tooltip>
</button>

<button action="setting 'RPM' 33" chan="2" rightclick="auto">
<pos x="1220" y="449"/>
<size width="10" height="24"/>
<selected x="102" y="2257"/>
<over x="+0" y="+1"/>
<down x="+0" y="+0"/>
<tooltip>Turntable speed 33 RPM</tooltip>
</button>
 

Posted Thu 16 Jul 15 @ 8:03 am
SBDJPRO Infinity Member since 2006
This is not a bug report; the visual setting for the RPM is global as you know.

If you want to request per-deck RPM then you should post it as a request in wishes & new features :)
 

Posted Thu 16 Jul 15 @ 8:36 am


(Old topics and forums are automatically closed)