diff options
author | B. Watson <yalhcru@gmail.com> | 2012-04-29 20:59:44 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-30 00:40:08 -0500 |
commit | ad76b106b43ed49fd572774bd782c6354ec5c443 (patch) | |
tree | 092464447aad7abd31df1019dd2f4df80664a790 /python/pyliblo/README | |
parent | dfbdc37ef6bd88dc64ce101eb0065cd326dbf98d (diff) | |
download | slackbuilds-ad76b106b43ed49fd572774bd782c6354ec5c443.tar.gz slackbuilds-ad76b106b43ed49fd572774bd782c6354ec5c443.tar.xz |
python/pyliblo: Added (python wrapper for the liblo OSC library)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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. |