[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] Re: More on OSC trouble with proce55ing and SC Server
a) try to verify that you can receive OSC messages *at all* in your proce55ing programme. try to send a test message from sc-lang or PD to proce55ing, will it be received?
b) which platform do you use? i remember there is a problem on windows with a firewall setting that prevents java from receiving OSC messages, this might block communication back from scsynth to proce55ing ?
c) i haven't worked with proce55ing yet, however if it is compiled using a regular java compiler, you could try to use an alternative OSC library to see if the OSC objects are broken (use JavaOSC or NetUtil instead of oscP5)
hope that helps... best, -sciss-