It supports almost the complete functionality of liblo, allowing to send and receive OSC messages using a nice and simple Python API.
Also included are the command line utilities send_osc and dump_osc.
liblo is an implementation of the Open Sound Control protocol for POSIX systems.
Requirements:
· Python 2.3 or higher
· Cython
· liblo 0.26 or higher
What's New in This Release: [ read full changelog ]
· Changed send functions to raise an IOError if sending failed (probably most useful with TCP connections).
· Lots of code cleanup and deobfuscation.
· Included unit tests in release tarball.