Search code examples
pythonarduinoxbeeoscmax-msp-jitter

OSC-address in MAX/MSP


Can anyone help me with a problem routing OSC messages? I'm using Python, MAX/MSP with OSC to communicate between Arduino Xbees.

I hope there's someone out there!


Solution

  • On python, install pyosc. There are examples file within the package.

    On maxmsp, use udpsend or udpreceive. Remember to match the IP and port number.

    Without specific details, it is hard to answer your question in a more precise way. But hope this helps.