Has this been resolved ?
I am trying to communicate between IanniX and Python and it seems that everything works except the ‘play’ message..
If I send these messages:
self._send(osc.Message(“/iannix/zoom 100”))
self._send(osc.Message(“/iannix/settime 2 2”))
self._send(osc.Message(“/iannix/play”))
they all work except the last one.
Weird ?