Hi,
I have midi controller with some physical sliders. The idea is to make the sliders could activate effect. I tried activate_effect but it doesn't work , any idea?
I have midi controller with some physical sliders. The idea is to make the sliders could activate effect. I tried activate_effect but it doesn't work , any idea?
Posted Tue 31 Dec 19 @ 6:01 pm
In other words : I want to make this: if you slide/turn up the knob above 50% - it will press the button to activate effect. If it will be beyond 50% - it will deactivate effect.
Posted Wed 01 Jan 20 @ 4:01 am
you may use thing like that
param_greater 0.5 ? effect_active 1 on : effect_active 1 off
Posted Wed 01 Jan 20 @ 11:42 pm
This is it. Working perfectly. Thank You so much.
Posted Sat 04 Jan 20 @ 3:56 pm