On 26 Jul 2007, at 16:10, Patrick Shirkey wrote:
The example on the site and looking at jamins code is very helpful
for sending commands.
My intention is to make jackEQ a daemon which can accept osc commands.
I'm not sure from the examples above how to receive osc commands.
Well, that's what jamin does. You need to be a server to receive
commands, but you can be both.
http://liblo.sourceforge.net/examples/example_server.c shows how to
create a server that listens of a couple of the methods.
- Steve