Expand description
OSC protocol types and encode/decode functions.
Structs§
- OscBundle
- A bundle of OSC packets with a shared time tag.
- OscMessage
- A single OSC message with an address pattern and arguments.
- TimeTag
- OSC timestamp represented as a 64-bit NTP time tag.
Enums§
- OscPacket
- An OSC packet — either a single message or a bundle of packets.
- OscType
- An OSC argument value — one of the supported OSC type tags.
Functions§
- decode
- Decode a byte slice into an
OscPacket. - encode
- Encode an
OscPacketinto its OSC wire format byte representation. - pattern_
match - Match an OSC address pattern against a concrete address.