[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Re: OSC trouble Solution
if there is going to be some documentation on the topic, here are my
questions:
1 - what port nr. do sclang and scsynth / other clients send from???
2 - if i want to set up sclang to listen to a specific port, i need
to set it to listen to the port the sender
is sending from right? has anyone ever done this successfully?
here's a table describing the OSC riddle:
| server | sclang | pd/sendOSC
------------------------------------------------------------------------
-----------------------------
target port | same port that | any addr | any addr
(sends to) | has sent a query | |
------------------------------------------------------------------------
-----------------------------
own port | ?? | ?? | ??
(sends from) | | |
------------------------------------------------------------------------
-----------------------------
listens |own ports of all senders |own port of sender / all ports |
target port of
to |(port they are sending FROM) |(former never worked for me) | the
sender
------------------------------------------------------------------------
-----------------------------
listens on |57110 or any other declared | 57120, if busy 57121 and
on | any addr (option
(port on |with -u option at startup | in increments of 1 | of dumpOSC)
which to send) |
tom