登录:     


Forum: VirtualDJ Skins

Topic: Video delay controls...

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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??)
 

发表时间 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
 



(陈旧帖子或论坛版块会自动关闭)