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!!!
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!!!
Mensajes Sat 03 Sep 11 @ 2:12 pm
eq_high 30% sets it to 30% but how do i go from 100% to 30% ?????
Mensajes Sat 03 Sep 11 @ 2:17 pm
eq_high -10% goes 10% down each time.... so i would have to set it -1% ??
Mensajes Sat 03 Sep 11 @ 2:19 pm
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.
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.
Mensajes Sat 03 Sep 11 @ 4:35 pm
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%
isrepeat ? eq_high 0% ? nothing : eq_high -1 : eq_high 50%
Mensajes Sun 04 Sep 11 @ 1:34 am
I've edited the thread title, using the full question made it ridiculously long!
Mensajes Sun 04 Sep 11 @ 5:06 am