We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › OSCp5/netp5 help...
Page Index Toggle Pages: 1
OSCp5/netp5 help... (Read 358 times)
OSCp5/netp5 help...
Mar 14th, 2008, 6:10pm
 
I'm new to this list and I'm not sure if this is the correct place to pose such a question but here goes. I want to send OSC messages to an audio application from a processing applet. I have it working fine on my local machine but once I upload the applet it doesn't work. When running on my own machine I set the ip like this:
myRemoteLocation = new NetAddress("127.0.0.1", 9770);
I'm assuming that when the applet is online it needs to retrieve the address of the machine that is running the audio software which won't be 127.0.0.1. Is there an easy way I can retrieve the correct ip address to send the osc message to?? Any help at all is much appreciated.

Rory.

p.s. how do I search the archives?
Page Index Toggle Pages: 1