Structs§
- Device
- A device is libmapper’s connection to the distributed graph. Each device is a collection of signal instances and their metadata.
Traits§
- Mappable
Type - Marker trait for types that are bit-compatible with the libmapper C library.
If this trait is implemented on a type, that type can be passed to libmapper functions safely.
Use the
get_mpr_type
function to pass a type parameter to libmapper.