Python data via OSC to Max
I have searched far and wide, but haven't come to a solution so far.
To begin with I just wanted to send either a simple string or number from python via OSC to max (or is there another way to send something to max from python?)
tried pyosc and python-osc, with exact copies of some code I found on the forums.
I either get error messages in max that it doesn't understand the incoming data (wrong OSC format probably)
Or the python code won't run.
Does anybody have this working?
actually this link was helpful https://stackoverflow.com/questions/22135511/a-plethora-of-python-osc-modules-which-one-to-use