Home > pyliblo

pyliblo

Pyliblo is a project mainly written in C and PYTHON, based on the LGPL-2.1 license.

fork of pyliblo http://das.nasophon.de/pyliblo/ with local modifications

pyliblo - Python bindings for the liblo OSC library

Copyright (C) 2007-2010 Dominic Sacré [email protected]

http://das.nasophon.de/pyliblo/

To install, run "./setup.py build", followed by "./setup.py install". This will install both the python module and the send_osc/dump_osc scripts.

The C source file generated by Cython is included in the distribution, so it's not necessary to have Cython installed in order to build pyliblo. To build from the original Cython source anyway, remove src/liblo.c, then pass '--with-cython' to setup.py.

See doc/API.html and doc/examples.html for API documentation and some example code.

Previous:OmmW-Lists