Liblo, the Lite OSC library, is an implementation of the Open Sound
Control protocol for POSIX systems*. It is written in ANSI C99 and
released under the GNU General Public Licence. It is designed to make
developing OSC applictions as easy as possible.
http://plugin.org.uk/liblo/
- Steve
Changes:
Fixes for socket leaking from Martin Habets, Dave Robillard and
Jesse Chappell
Fix for IPV6 numerical address parsing from Dave Robillard
Fix for char handling on bigendian machines from Martin Habets
(and others)
New lo_server(thread)_del_method() from Martin Habets
Endianess and arithmetic fixes for bundle timestamps from Topher
Cyll - bundle delivery is still not accurate though
Patch to optioanlly disable IPV6 support from Lorenz Schori
* and MS Windows, under some environment or other