Recent versions of virtual DJ allow the user to set any pitch range they could possibly want from the options (well, 6, 8, 10, 12, 20, 25, 33, 50, 100, as well as a registry key to manually define another). In the middle of a gig I will often change this, but I was wondering if it's possible to change this from the skin so you don't have to go into the options.
I'd like to have a go at adding this functionality to my VideoVision skin if it's a possibility.
I'd like to have a go at adding this functionality to my VideoVision skin if it's a possibility.
geposted Sat 12 Jul 08 @ 7:17 pm
This is available in DJ Format's skins.
This is the code to use:
<button action="pitch_range" value="+1">
and value -1 to go back.
This is the code to use:
<button action="pitch_range" value="+1">
and value -1 to go back.
geposted Sat 12 Jul 08 @ 7:30 pm
and textzone for it is
<text font="Arial" size="14" color="#8ECDFF" weight="bold" align="center" format="+/- %pitchrange%%"/>
<text font="Arial" size="14" color="#8ECDFF" weight="bold" align="center" format="+/- %pitchrange%%"/>
geposted Sun 13 Jul 08 @ 5:33 am