Crate monome[][src]

Expand description

Use monome devices (Grid or Arc) in rust.

Structs

The client object for a Monome grid device

A struct with basic informations about a Monome device, available without having set it up

Enums

An enum filled when a device has been added or removed, along with its name.

Whether a key press is going up or down

A type of device, either Grid (of various size), Arc (with 2 or 4 encoders), or unknown.

An event received from a monome device. This can be either a key press or release, a tilt event, an encoder rotation event, or an encoder press or release.

Constants

The default port at which serialosc is running.

Traits

Converts an to a Monome method argument to a OSC address fragment and suitable OscType, performing an eventual conversion.