快速登录:  

Forum: VirtualDJ Technical Support

话题: Is there a way to automate certain commands?

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

Hello,

First, please forgive my lack of knowledge of the technical terms...

I'm wondering if it's possible to have a button that would, for example, tell the filter knob to start rotating to the left (out?) or to the right (in?) until it reaches max.

That would really free me to create superb transitions on the spot... If there's a way to also decide at what speed to have it rotate... And whether I can do this to any other knobs on the vdj interface?!

Thanks,
 

发表时间 Fri 01 Jan 21 @ 7:01 pm
NicotuxHome userMember since 2014
VDJScript is here for that
https://virtualdj.com/wiki/VDJscript.html

for example you can use repeat loop and test:
repeat_start 'fltr' 100ms & param_smaller `effect_slider 'echo' 1` 10% ? effect_slider 'echo' 1 -0.2% : repeat_stop 'fltr'
or
repeat_start 'rptlvl' 100ms & param_smaller `level` 10% ? level -0.2% : repeat_stop 'rptlvl'

adjust time (in ms) for speed, test bigger and change sign, modify amount as you wish

 

发表时间 Fri 01 Jan 21 @ 8:18 pm
VDJScript is here for that
https://virtualdj.com/wiki/VDJscript.html

for example you can use repeat loop and test:
repeat_start 'fltr' 100ms & param_smaller `effect_slider 'echo' 1` 10% ? effect_slider 'echo' 1 -0.2% : repeat_stop 'fltr'
or
repeat_start 'rptlvl' 100ms & param_smaller `level` 10% ? level -0.2% : repeat_stop 'rptlvl'

adjust time (in ms) for speed, test bigger and change sign, modify amount as you wish



oh boy... this is pure Chinese to me haha.

Thanks for replying btw... I'm gonna have to read a lot more on this... (btw, I didn't get any notification that you replied to my question, anyway I can fix that?)
 

发表时间 Fri 01 Jan 21 @ 8:46 pm
NicotuxHome userMember since 2014
Well yes this need some work ^^
(and Chinese is simpler in some ways)

I do not think there is a notification system
 

发表时间 Fri 01 Jan 21 @ 9:21 pm


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