[][src]Crate monome

Use monome devices (Grid or Arc) in rust.

Structs

Monome

The client object for a Monome grid device

MonomeDevice

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

Enums

DeviceChangeEvent

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

KeyDirection

Whether a key press is going up or down

MonomeDeviceType

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

MonomeEvent

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

SERIALOSC_PORT

The default port at which serialosc is running.

Traits

IntoAddrAndArgs

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