On Fri, Apr 29, 2011 at 4:28 PM, Julien Claassen <julien(a)c-lab.de> wrote:
Hello Paul!
So the complete exploration of structure, signatures and documentation is
relying on the developer of the OSC-responder/server?
Are there libraries, that make this task easier for the server/responder
developers? It's a nice feature, but I suppose, that many developers won't
see a good use for it. At least not as good and frequent, that they would
like to put in the wor this takes.
i wasn't quite accurate in my last response. liblo itself handles the
namespace queries; the OSC responder has to handle the #current_value
messages.
I imagine to do this all by hand, involves creating a
tree structure for
the OSC commands in your app and store all sorts of data in the tree nodes.
you already have to provide that to the same degree to support OSC in
the first place.