Module device

Source

Structs§

Device
A device is libmapper’s connection to the distributed graph. Each device is a collection of signal instances and their metadata.

Traits§

MappableType
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.