Module rosc

Source
Expand description

Re-export the main OSC types from the rosc crate.

Structs§

OscBundle
An OSC bundle contains zero or more OSC packets and a time tag. The contained packets should be applied at the given time tag.
OscMessage
An OSC message consists of an address and zero or more arguments. The address should specify an element of your Instrument (or whatever you want to control with OSC) and the arguments are used to set properties of the element to the respective values.

Enums§

OscPacket
An osc packet can contain an osc message or a bundle of nested messages which is called osc bundle.
OscType
see OSC Type Tag String: OSC Spec. 1.0 padding: zero bytes (n*4)