Communication from Python to scsynth
via pyosc
goes well, but instead when trying to receive in Python osc messages sent from scsynth audio server
(just scsynth
, not SuperCollider
), I don't understand how to get the port scsynth
is sending to.
If I try to send a "/notify" message to scsynth
it should reply with the sending address, but with pyosc
I can't set a listener on the same port as the sending one, and so I can't retrieve the information that should come back.
Any suggestions about how to do that?