oscsendfile
Lightweight OSC library
Install
- All systems
-
curl cmd.cat/oscsendfile.sh
- Debian
-
apt-get install liblo-tools
- Ubuntu
-
apt-get install liblo-tools
- Arch Linux
-
pacman -S liblo
- Kali Linux
-
apt-get install liblo-tools
- Fedora
-
dnf install liblo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install liblo-tools
- OS X
-
brew install liblo
- Raspbian
-
apt-get install liblo-tools
- Dockerfile
- dockerfile.run/oscsendfile
liblo-tools
Lightweight OSC library
LibLO is a lightweight, easy to use implementation of the OSC (Open Sound Control) protocol (see <http://www.cnmat.berkeley.edu/OpenSoundControl/> for details). Open Sound Control (OSC) is a protocol for communication among computers, sound synthesizers, and other multimedia devices that is optimized for modern networking technology. OSC features: * Open-ended, dynamic, URL-style symbolic naming scheme * Symbolic and high-resolution numeric argument data * Pattern matching language to specify multiple recipients of a single message * High resolution time tags * "Bundles" of messages whose effects must occur simultaneously * Query system to dynamically find out the capabilities of an OSC server and get documentation This package contains the tools included with the library.