Module graph

Source
Expand description

Graph and Map types for working with libmapper’s distributed graph.

The Map type is used to create a connection between two Signal instances.

The Graph type can be shared between devices to improve performance and memory usage.

Structs§

Graph
A graph is a lightweight connection to libmapper’s distributed graph. You can use a graph to create maps and query the state of the graph.
Map
A directional connection between multiple signals. Changes to input signals will affect output signals.