On Tue, Aug 31, 2004 at 02:48:46PM +0100, Dave Griffiths wrote: > > BTW, if you have reasonable OSC covereage I'd be very interested in > > compatibility tests between whatever you're using and liblo. > > Very early days, I've only implemented simple messages so far - but I'm using > liblo for my server and some python I've nicked for the client > http://cvs.sourceforge.net/viewcvs.py/pure-data/supercollider/python/OSC.py > Seems flawless so far though, and liblo's got a nice clean api.
Ah, OK. Well thats one more test, I tested liblo against the original C implementaion when I started it, and after that against itsself, but I get nervous about self tested software. I was never sure the old C library was doing what its supposed to though, couldn't get it to build on a modern machine, and the only binaries I had were 4 or 5 years old :) I like the OO-in-C style of programming, its pretty much the best of both worlds IMHO. C syntax, but no C++ 'features'. - Steve
