Csound Csound-dev Csound-tekno Search About

[Csnd] [OT] Get response from OSC server

Date2018-06-16 15:05
FromRichard
Subject[Csnd] [OT] Get response from OSC server

I am using pyOSC and trying to get data from the OSC server back to the client. One of the default handlers is for '/info'. In the OSC code I see the following comment in serverInfo_handler:

    a Message-handler function may return None, but it could also return an OSCMessage (or OSCBundle),
    which then gets sent back to the client.

    This handler returns a reply to the client, which can contain various bits of information
    about this server, depending on the first argument of the received OSC-message:

But how to get this info in the client? There is no read or receive function in the client...

Richard