Unwanted feedback
Posted: 09 Mar 2014 14:11
Hi,
Ive got two Fader objects (fader1, fader2), which both move each other. I have two scripts in the fader1 object, which enable this (bidirectional)
Script1: On Expression - x
fader2.x = x
Script2: On Expression - fader2.x
x = fader2.x
This enables bidirectional support, so when I move one fader the other moves and vice versa.
However, the problem is that when I send OSC into Fader2, I get feedback (Fader1 sends a signal back) causing an unwanted feedback loop
Is there any way I can stop this loop from happening, so that on OSC, there is no output?
Ive got two Fader objects (fader1, fader2), which both move each other. I have two scripts in the fader1 object, which enable this (bidirectional)
Script1: On Expression - x
fader2.x = x
Script2: On Expression - fader2.x
x = fader2.x
This enables bidirectional support, so when I move one fader the other moves and vice versa.
However, the problem is that when I send OSC into Fader2, I get feedback (Fader1 sends a signal back) causing an unwanted feedback loop
Is there any way I can stop this loop from happening, so that on OSC, there is no output?