Expand description
Use monome devices (Grid or Arc) in rust.
Structs§
- Monome
- The client object for a Monome grid device
- Monome
Device - A struct with basic informations about a Monome device, available without having set it up
Enums§
- Device
Change Event - 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
- Monome
Device Type - A type of device, either Grid (of various size), Arc (with 2 or 4 encoders), or unknown.
- Monome
Event - 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§
- Into
Addr AndArgs - Converts an to a Monome method argument to a OSC address fragment and suitable OscType, performing an eventual conversion.