diff options
Diffstat (limited to 'python/pyliblo/README')
-rw-r--r-- | python/pyliblo/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/pyliblo/README b/python/pyliblo/README new file mode 100644 index 0000000000..15b05f7486 --- /dev/null +++ b/python/pyliblo/README @@ -0,0 +1,9 @@ +pyliblo (python wrapper for the liblo OSC library) + +pyliblo is a Python wrapper for the liblo Open Sound Control library. It +supports almost the complete functionality of liblo, allowing you 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. + +This requires liblo. |