登录:     


Forum: VirtualDJ 8.1 Technical Support

Topic: vdjscript sideview

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

Is there a VDJScript command that will open the sideview?
 

发表时间 Tue 27 Jun 17 @ 7:45 pm
show_splitpanel 'sideview'
 

Thank you that opened the sideview however if the sideview is already open it closes it. Would you know a way to test if it's already open or closed?
This is what I'm currently using:
<button action="sideview 'Automix' & show_splitpanel 'sideview'">
 

show_splitpanel 'sideview' ? nothing : show_splitpanel 'sideview'
or

sideview 'Automix' & show_splitpanel 'sideview' ? nothing : show_splitpanel 'sideview'
to combine with selecting Automix view
 

Thank you
 



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