Patrick Shirkey wrote: > > Do I need to make jackEQ a server and a client or is a client able to > accept commands too?
osc specifies nothing here. on a bi-directional connection, the client can of course receive messages (here: osc-commands) from the server. however, osc is usually transmitted unidirectional over udp. so your application has to run a server. a client would be of little use mfga.sdr IOhannes _______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-dev
