快速登录:  

Forum: General Discussion

Topic: setting variable value / output variable value

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

If I want to get the bpm of a song and put it in a variable, is it just the code below?

set $bpm get_bpm

Also, is there a way to debug VDJscript? For example outputting the value of a variable somewhere so I can see it?
 

发表时间 Tue 12 Oct 21 @ 3:03 am
needs backticks to parse the script as a value

set $bpm `get_bpm`

find var values with
var_list

or use this as a button name
`get_var $bpm`

there's also debug, but in this case one of the above will be better
get_var $bpm & param_cast & debug
 

ok thanks
 



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