[][src]Crate monome

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
KeyDirection

Whether a key press is going up or down

MonomeEvent

An event received from a monome grid. This can be either a key press or release, or a tilt event.

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 suitble OscType, performing an eventual conversion.