Skip to main content

Crate open_sound_control

Crate open_sound_control 

Source
Expand description

open-sound-control is an Open Sound Control (OSC) protocol implementation in Rust.

Find the code repository at: https://github.com/adamstark/open-sound-control

Modules§

argument
Represents an OSC Argument
bundle
Represents an OSC Bundle
message
Represents an OSC Message
receiver
Receive OSC messages and bundles over UDP
sender
Send OSC messages and bundles over UDP
timetag
Represents an OSC Time Tag

Structs§

OscBundle
Represents an OSC Bundle
OscMessage
Represents an OSC message
OscReceiver
Struct for receiving OSC messages and bundles over UDP
OscSender
Struct for sending OSC messages and bundles over UDP
OscTimeTag
Represents an OSC Time Tag

Enums§

OscArgument
Represents an OSC argument with a given type
OscPacket
Represents either an OSC Message or an OSC Bundle