[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Re: More on OSC trouble with proce55ing and SC Server
contact@xxxxxxxx wrote:
>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?
>
>
Yes, processing is receiving OSC messages. I can send them from SC lang.
>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 ?
>
>
I use both mac and PC. I can use SCLang to send a message to proce55ing,
even across machines. Proce55ing can sucessfully send messages to SC
Server, but it gets no acknowledgements. This is the issue. I want to
have proce55ing poll control Bus values on the server. The Server gets
the request message ("/c_get"), but does not send the corresponding
message back ("/c_set"). Ot proce55ing doesn't repond to it for some
reason.
>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)
>
>
>
I'll look into alternate libraries, if I can find any. Perhaps that is
the problem.
thanks,
jostM