快速登录:  

Forum: VirtualDJ Technical Support

话题: Undocumented scripts

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

locoDogPRO InfinityModeratorMember since 2013
I've spotted new syntax for some scripts that aren't documented

The one's I've spotted

effect X active
[seems straight forward X being the slot]

var 'varName' X ?
[In place of var_equal X, will this accept actions?]

Are there any more?
 

发表时间 Mon 10 Oct 16 @ 12:11 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
effect X active is basically ver 7 syntax which for backwards compatibility is still valid.
The ver 8 equivalent syntax is effect_active X where X is indeed the FX slot #

var 'varname' X is equivalent to var_equal 'varname' X so you query if the variable with name varname has value X
 

发表时间 Mon 10 Oct 16 @ 1:01 pm


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