登录:     


Forum: General Discussion

Topic: VDJScript Query

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

Any help?????

How do I use VDJScript to move my left High / first starting off at 100% then gradually going to 50% ???? I dont want it to go 100% then 50% all in one drop I want it to go smoothly

And how would I do this for the LEFT EQ and RIGHT EQ???

Thank you!!!
 

发表时间 Sat 03 Sep 11 @ 2:12 pm
eq_high 30% sets it to 30% but how do i go from 100% to 30% ?????
 

eq_high -10% goes 10% down each time.... so i would have to set it -1% ??
 

Hi,

I think you've just about answered your own question there, the best bet is to do the -1% or 2% or something because there's no way to gradually move a fader or knob in vdj script. The only exception is the crossfader which you can set to fade somehow I think.
 

just because I like to make things complicated... and because you should avoid taking your eq's above 50% (0db) you can have this its for a computer keyboard

isrepeat ? eq_high 0% ? nothing : eq_high -1 : eq_high 50%
 

I've edited the thread title, using the full question made it ridiculously long!
 



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