dump_osc2
pyliblo is a Python wrapper for the liblo Open Sound Control
Install
- All systems
-
curl cmd.cat/dump_osc2.sh
- Arch Linux
-
pacman -S python2-pyliblo
- Fedora
-
dnf install python2-pyliblo
- Dockerfile
- dockerfile.run/dump_osc2
python2-pyliblo
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.