登录:     


Forum: VirtualDJ Plugins

Topic: Cant Get the Text crop to work.

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

I copied this example from the online documentation but I just can't get it to work. I have tried every syntax I can imagine and I still get the full artist name in 'field2'. What am I missing?


get_browsed_song "Artist" & param_cast "text" 5 & browsed_song 'field2'
 

发表时间 Tue 19 Nov 19 @ 9:52 pm
You are missing nothing:
This is one of the multiple "not working properly anymore but nothing have been changed" parameters passing related

this one have a simple workaround:

get_browsed_song "Artist" & param_cast "text" 5 & param_cast text & browsed_song 'field2'

why does this work ? honestly I don't know
 

Yes! It works. Thanks!
 



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