Kaoss Pad vst.
I would like to do the following.
Namely .
How can I program the two FX slider so that the effect is only active when I move one of the slider.
The command Effect_Slider_acke does not work.
So if you control it with the mouse it works.
However, I need it for controllers.
Greatings Dani
I would like to do the following.
Namely .
How can I program the two FX slider so that the effect is only active when I move one of the slider.
The command Effect_Slider_acke does not work.
So if you control it with the mouse it works.
However, I need it for controllers.
Greatings Dani
Mensajes 2 days ago @ 10:08 pm
effect_slider_active wont help with controllers. Was mostly made for touchscreens.
Try ..
effect_slider & param_bigger 1% ? effect_active on : effect_active off
Should turn off the selected FX when the controller knob is at zero.
Try ..
effect_slider & param_bigger 1% ? effect_active on : effect_active off
Should turn off the selected FX when the controller knob is at zero.
Mensajes 2 days ago @ 4:06 am
Thank you very much.
This command works great.
I was even able to change it so that the effect itself is not switched off, but the touch function of the Kaoss Pad VST is switched on or off.
effect 'KAOSS PAD' slider 1 & param_bigger 0,5% ? effect 'KAOSS PAD' slider 3 100% : effect 'KAOSS PAD' slider 3 0%
This command works great.
I was even able to change it so that the effect itself is not switched off, but the touch function of the Kaoss Pad VST is switched on or off.
effect 'KAOSS PAD' slider 1 & param_bigger 0,5% ? effect 'KAOSS PAD' slider 3 100% : effect 'KAOSS PAD' slider 3 0%
Mensajes 2 days ago @ 3:23 pm