Module osc

Source
Expand description

OSC (Open Sound Control) protocol support.

This module provides OSC message parsing and a UDP server for receiving control messages from TouchOSC, Max/MSP, and other OSC-compatible tools.

Enable with the osc feature flag.

Structs§

OscServer
OSC server for TouchOSC/Max/PD integration.
OscServerConfig
Configuration for the OSC server.

Functions§

parse_osc_message
Parse a raw OSC message and convert to NetMessage.