oscsend

A lightweight OSC (Open Sound Control) implementation

Install

All systems
curl cmd.cat/oscsend.sh
Debian Debian
apt-get install liblo-tools
Ubuntu
apt-get install liblo-tools
Arch Arch Linux
pacman -S liblo
image/svg+xml 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

liblo

A lightweight OSC (Open Sound Control) implementation

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.