Mark Polishook wrote:
actually, what i'm still a little confused about is that my terminal,
for each osc send/receive, sayscall to sendOSC_connect() against UNavailable socket handle: No
such file or directory
which i thought was an indication that osc wasn't being sent or
received. i guess i can disregard it but am wondering what it does
indicate .... (since osc, apparently, is getting sent/received).
I think you're getting that message by sending 'connect' each time you send. You only need to connect once before sending data.
Martin