Hi,
I managed to implement a two-way communication from a fader to an Ableton live parameter. When I move the fader everything is fine, Ableton follows… But when I change the value directly on Ableton using the mouse, it causes an erratic behavior on the on software value and on the fader. The value changes, but it’s impossible to adjust it precisely. I think it may be because the Fader is re-sending the value it just received from the update, creating some kind of feedback loop.
How can I make a widget to not resend its value when it’s updated from outside?
I can update the fader position using osc or midi, but It needs to send midi control to Ableton…