Thanks for the updates. I’ve now installed 3.3.1 on both my Windows notebooks and my M1 MacBook Pro. I did notice an anomaly. The OSC listening port is now 51241 on the M1. Is this a bug or a new undocumented change? It does work if I change the sender code to the new port. The listening port is still 4560 on Windows.
It is not a bug. The idea is that by default the server will be configured to listen to port 4560, but if this port is not available for some reason, it will be assigned the next available port. See here for the relevant code change:
Agreed. I restarted the computer and now it is listening on 4560. I suspect that MacOS was still using port 4560 from an earlier process from 3.3, even though I closed 3.3 and removed it before installing 3.3.1. All good. Nothing to see here.