[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Re: OSC trouble Solution
Yikes, that was a long haul.
Processing with OscP5 lib sends out its messages from different ports.
Every time you compile, it increments by 1. If you set the receiving
port th the next increment, then it sets it to receiving port + 1. This
is incredibly annoying of course.
So SC Server probably is replying, but to the port that the request came
from.
I need to look into a different OSC lib for processing, or meddle with
the source code and add a variable for the send port.
Thanks for all of your ideas, and I hope that this will save others time
in the future.
I was wondering if we might not put this kind of info in a help file or
on the swiki under the heading
"OSC Interfacing with Other Programs".
cheers (I'm still trying to stay cheery!)
jostM