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.
- OscServer
Config - Configuration for the OSC server.
Functions§
- parse_
osc_ message - Parse a raw OSC message and convert to NetMessage.