Sign In:     


Forum: VirtualDJ Skins

Topic: Video delay controls...

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

is it possible to create buttons for controlling the video delay from within the sin (as opposed to inside the config window)

(or if not buttons then a slider or jog wheel??)
 

Posted Tue 27 Nov 12 @ 11:37 am
I believe it has to be an endless slider, similar to loop move/size. Havent tried but something like this should work..
Quote :

<slider action="video_delay" relative="yes" orientation="round">
<pos x="81" y="380"/>
<size width="20" height="20"/>
<clipmask x="530" y="2419"/>
<up x="+0" y="+1100" />
<fader>
<size width="20" height="20"/>
<mask x="530" y="2379" />
<pos x="528" y="2443" />
</fader>
</slider>


 

Of course, you will also need a reset button (action="video_delay 0ms").
Also a couple of buttons may work E.g. action="video_delay +10ms" /video_delay -10ms

Again. Havent tried any of them
 



(Old topics and forums are automatically closed)