[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Re: OSC trouble Solution




On Jan 7, 2006, at 1:15 AM, JostM wrote:



Manfred Brockhaus wrote:


On Jan 6, 2006, at 10:03 PM, JostM wrote:

last Chance, Netutils, which I can't get processor to load at the moment.


Have you put 'NetUtil.jar' into the 'libraries' of Processing (like oscP5)?

libraries > NetUtil > library > NetUtil.jar

Then Processing should accept the import statement

import de.sciss.net.*;


Ok, its that particular import statement that was missing. The docs aren't very good. But I don't see anythingin the docs that suggest I can determin the port I am sending from.
Do you know your way around here?

I'm not really familiar with NetUtil. Just did run the NetUtilTest in Java and looked at the code. From this it seems to me that communication with SC Server works without explicit knowledge of the sending port. But maybe I'm missing something. No doubt NetUtil is generally more difficult to use than oscP5.

mb