Send an OSC message when the user stops interacting with an "rgb" widget

Hello!

Our application needs to receive a “Finish” osc message when the user stops interacting with a widget.
The following script works for “xy” and “slider” widgets:
if (touch == 0) send(’/Finish’, value)

Unfortunately it does not seem to work with rgb. I assume that rgb widget has no touch event defined (it is not listed for the touch event in the documentation).

Any other way to achieve something similar?

Thanks,
Csaba

I assume that rgb widget has no touch event defined (it is not listed for the touch event in the documentation).

It's missing indeed, I'll add this in next release.

1 Like

It's fixed in v1.8.6

1 Like