登录:     


Forum: General Discussion

Topic: Adjusting CBG Phase with a controller

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

Anybody knows if you can adjust the CBG's Phase using a controller (VDJscript)?

Can you mix keyboard buttons along with controller buttons in the controller XML mapper? For instance, (Control + Shift) + JogWheel to move the CBG phase left or right?

Thanks.
 

发表时间 Fri 19 Oct 12 @ 6:54 pm
You need to set a global shift variable on your keyboard then query the shift on the controller as follows

[ctrl] + [shift] = "set '$cbg_shift' while_pressed"

(jogwheel) = "var '$cbg_shift' ? param_greater 0% ? adjust_cbg +10ms : adjust_cbg -10ms : touchwheel"

 

Awesome, thanks for the pointers.
 



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