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