runwayml / maxmsp

RunwayML + Max/MSP 🐲
GNU General Public License v3.0
47 stars 13 forks source link

Unable to initiate OSC data stream to Max #3

Open billythemusical opened 5 years ago

billythemusical commented 5 years ago

Hey folks -

I am unable to get data flowing from RunwayML over OSC to Max. I sent a "/server/connect" message to a "udpsend 127.0.0.1 57100" object in Max, but no data will flow to the "udpreceive 57200" object in Max from RunwayML with the model running.

BUT.. when I have RunwayML open with the Max udpobject already bound to 57200, and then run say the im2text.pde example for Processing, the data will then flow to the udpreceive object in MaxMSP. So I suspect there is something happening in the OscP5 library allowing the connection to be made which is not happening in Max.

Any illumination would be appreciated!

Best, Billy

RVirmoors commented 4 years ago

hi! I just went through the exact same thing. Also tried passing "/server/connect" through the [OpenSoundControl] object first, to no avail.

and yes, I too managed to start it up using the Processing example. Really wish we could figure this one out.

cheers, grig