-
Notifications
You must be signed in to change notification settings - Fork 32
OSC output from Runway #7
Comments
Hey! Did you check the port? |
Hey! So the default on Runway is "127.0.0.1:57102". I did a port scan in Network Utility (mac) but it wasn't able to detect if 57102 was available or not... Is there any way to manually change the address and port in Runway by any chance? |
You can't change the ports for now. That feature will be enabled in future releases. |
I used the code from this runwayml / processing thread. Side note, I tried OSCulator and OSC_data_monitor today and was not able to detect incoming OSC from Runway... |
Im having same issue in touchdesigner were you able to resolve? |
Hi @reborn225 and @masterofshapes, you need to first create an OSC client and then send a message with the address |
Will try, thank you for the reply! |
Processing was able to operate the example code you provided, but it still does not receive OSC messages from the port in Runway. Could I possibly visit the office and have you guys take a look on it? I live in New York as well and is a Music Tech student from Steinhardt. I want to create an audio-visual installation using PoseNet. Please let me know! Kenji |
Thanks for reply I just tried this in touch designer manually and also using your touch-designer example script both didn't work am I missing something? Does example on github work for touchdesigner in version 0.66 of runway? |
Hey guys - I'm having the same prob with Processing example for im2txt. I get a
It seems to only happen when Runway tries to send data over the connection. Like if I stop the model, launch the Processing sketch, and then start the model again, I get the Best, |
I just pushed a fix, can you try with the latest updates? |
im2txt.pde example now working on my end! |
hi, It seems all good but it does not show the data in println() , this is the message i get: OscP5 0.9.9 infos, comments, questions at http://www.sojamo.de/oscP5 Hope anyone who has managed to sort it out can help me with this matter. Thanks a lot. |
Have set the address for OSC in Processing as the same in Runway. But it's not detecting OSC in Processing. Any clue?
The text was updated successfully, but these errors were encountered: