快速登录:  

Forum: VirtualDJ Plugins

话题: char *action .....???

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

kaleoPRO InfinityMember since 2003
Hi,
Could we know the possible action list for SendCommand(...)?
Is it possible to send parameters?
exemple: pitch and pitch_value.

Thanks! :)
 

发表时间 Tue 08 Jul 03 @ 6:04 pm
The actions are the same for effects, skin or shortcuts.
You can find a list here:
http://www.virtualdj.com/support/developers/skin.html
Or you can look in the shortcut editor (which will always stay up to date whatever the version is, unlike the html file)

And yes you can add a value. "shift_loop +4" is a valid action.
 

发表时间 Wed 09 Jul 03 @ 12:50 pm
kaleoPRO InfinityMember since 2003
Thanks a lot Master!
 

发表时间 Wed 09 Jul 03 @ 1:30 pm
EkinoxPRO InfinityMember since 2003
"shift_loop +4" is a valid action....
i'v' tryed with this example (and other)and it it don't work
ok with some action like pause.
What is the good syntax ?
Thx
 

发表时间 Thu 10 Jul 03 @ 10:26 am
kaleoPRO InfinityMember since 2003
You have to take care about the "when" value.
Ex:
SendCommand(Desk, pos, "pitch 2048");
this work but you have to wait the "pos" sample for exemple.
I tried others values and the best for my application is... "-1":
SendCommand(Desk, -1, "pitch 2048");//This set the pitch to zero.
The command is sent asap (I think.)
I hope this will help you.
 

发表时间 Thu 10 Jul 03 @ 1:52 pm


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