Module graph

Source

StructsΒ§

AudioGraph
Connection πŸ”’
A single connection between ports
Edge πŸ”’
An edge in the graph
InputPort
Marker type for denoting that the port is an input port of the node it is connected to
Node πŸ”’
NodeId
A unique identifier for nodes in the graph. Stable under graph mutation.
OutputPort
Marker type for denoting that the port is an output port of the node it is connected to
PortId
An identifier for a port.

EnumsΒ§

PortIndex
A zero-indexed β€œport” for a node. Most nodes have one input and one output port, but some may have more. For example, a channel splitter node will have one output port for each channel.
Void

TraitsΒ§

PortKind