Wondering how anyone gets around using effects with multiple sliders and adjustment knobs with a Hercules RMX or steel...They each only
have 2 knobs available for tweaking the effect.....Do you guys have to use the mouse to move the slider on the VDJ skin?....Not sure what the
solution is aside from a separate effects controller with multiple sliders and knobs What was yours???
have 2 knobs available for tweaking the effect.....Do you guys have to use the mouse to move the slider on the VDJ skin?....Not sure what the
solution is aside from a separate effects controller with multiple sliders and knobs What was yours???
Mensajes Mon 28 Nov 11 @ 8:34 pm
Well I've bought a Korg NanoKontrol. Plenty of knobs and sliders. But I personally think the effects should have a Wet/Dry and an amount sliders like the other software. Most will disagree with me on that, lol!! They like having the extra control, which i understand aswell. I find it hard it hard to work since they all work different. Like the first sliders on 1 might be a Wet/Dry on 1 and on the other it might be a resonance sliders, they all should be the same.
Others will chime in, sorry I couldnt be more help
Huey
Others will chime in, sorry I couldnt be more help
Huey
Mensajes Mon 28 Nov 11 @ 8:55 pm
Thanks Heuy!...I'll concentrate on using the 2 knobs I have for wet/dry and then amount and leave the others alone......Any idea if I alter any
of the other parameters on a effect via the mouse. If those stay locked where I last placed them if that effect is cancelled and then I call it up
for use later?. Will sliders and knobs stay in the last position that I left them in?
of the other parameters on a effect via the mouse. If those stay locked where I last placed them if that effect is cancelled and then I call it up
for use later?. Will sliders and knobs stay in the last position that I left them in?
Mensajes Mon 28 Nov 11 @ 9:03 pm
I believe some will until you close VDJ, once you open it again you'll have to reset them again.
Huey
Huey
Mensajes Mon 28 Nov 11 @ 9:06 pm
you can always map multiple effect sliders to one knob, when doing this you can set modifiers for the different sliders. you can use
param_multiply - this will change the amount of the effect the knob controls, eg "param_multiply 50%" will make the knob control only half of the effect slider, for the full length of the slider, "param_multiply 200%" will make the knob control the whole effect slider in only half of the knob
param_add - this is used in conjunction with param_multiply, it will change the start position of the knob
with these two commands you can control effect sliders consecutively eg
param_smaller 50% ? param_multiply 200% & effect slider 1 : param_multiply 200% & param_add -50% & effect_slider 2
or for four effect sliders
param_smaller 25% ? param_multiply 400% & effect slider 1 : param_smaller 50% ? param_multiply 400% & param_add -100% & effect slider 2 : param_smaller 75% ? param_multiply 400% & param_add -200% & effect slider 3 : param_smaller 100% ? param_multiply 400% & param_add -300% & effect slider 4
or you can have the knob control different amounts of the effect sliders at the same time
effect slider 1 & param_multiply 75% & effect slider 2 & param_multiply 75% & effect slider 3 & param_multiply 75% & effect slider 4
or you could even map the slider movement to a button, this will increase the slider while you hold the button an stay on when released, but on the second press will disable the effect and reset the slider.
effect active on ? effect active off & effect slider 1 0% : effect active on & repeat 20ms & effect slider 1 +0.01
Unfortunately "repeat" isn't working properly at the moment, but when fixed you will be able to use it with "down ?" so a button could activate the effect and change the parameter while pressed, and reset on release.
VDJ Script bro, with it almost anything is possible
EDIT -------------------------------------
Also you can set it so when a specific effect is active you can make the knob control the parameter you choose, instead of the 1st of second parameter eg for your first knob
effect "noisebell" active on ? effect "noisebell" slider 2 : effect "qb_filter" active on ? effect "qb_filter" slider 3 : effect slider 1
param_multiply - this will change the amount of the effect the knob controls, eg "param_multiply 50%" will make the knob control only half of the effect slider, for the full length of the slider, "param_multiply 200%" will make the knob control the whole effect slider in only half of the knob
param_add - this is used in conjunction with param_multiply, it will change the start position of the knob
with these two commands you can control effect sliders consecutively eg
param_smaller 50% ? param_multiply 200% & effect slider 1 : param_multiply 200% & param_add -50% & effect_slider 2
or for four effect sliders
param_smaller 25% ? param_multiply 400% & effect slider 1 : param_smaller 50% ? param_multiply 400% & param_add -100% & effect slider 2 : param_smaller 75% ? param_multiply 400% & param_add -200% & effect slider 3 : param_smaller 100% ? param_multiply 400% & param_add -300% & effect slider 4
or you can have the knob control different amounts of the effect sliders at the same time
effect slider 1 & param_multiply 75% & effect slider 2 & param_multiply 75% & effect slider 3 & param_multiply 75% & effect slider 4
or you could even map the slider movement to a button, this will increase the slider while you hold the button an stay on when released, but on the second press will disable the effect and reset the slider.
effect active on ? effect active off & effect slider 1 0% : effect active on & repeat 20ms & effect slider 1 +0.01
Unfortunately "repeat" isn't working properly at the moment, but when fixed you will be able to use it with "down ?" so a button could activate the effect and change the parameter while pressed, and reset on release.
VDJ Script bro, with it almost anything is possible
EDIT -------------------------------------
Also you can set it so when a specific effect is active you can make the knob control the parameter you choose, instead of the 1st of second parameter eg for your first knob
effect "noisebell" active on ? effect "noisebell" slider 2 : effect "qb_filter" active on ? effect "qb_filter" slider 3 : effect slider 1
Mensajes Mon 28 Nov 11 @ 9:29 pm
thanks Syn, I'll try some of the stuff out!....
Mensajes Tue 29 Nov 11 @ 1:58 am
Blaze
what knobs are you using?
what knobs are you using?
Mensajes Tue 29 Nov 11 @ 8:52 am