Open robthepaper opened 1 year ago
Hi @robotpapier! I assume you're using the BridgePlugin
? In MaxMSP I think one needs to use the udpsend
object which should use the BridgePlugin
UDP server as an endpoint.
The communication looks like that:
1. [Browser WebSocket Client] --WebSocket--> [Bridge WebSocket Server]
2. [Bridge UDP Server] -----UDP-----> [MaxMSP / UDP Client `udpreceive`]
3. [MaxMSP] `udpsend` UDP Client -----UDP-----> [Bridge UDP Server]
The default ports are:
41235
41234
8080
Can you share the ports you're using? Did you try different ones as well?
Hello, the Example: OSC between MaxMSP/PD/SC etc. and your browser, works. It let us send from browser to maxmsp (UDP) but I can't figure out how to send from Maxmsp to browser.
Does anyone know how to?