Skip to content
Lukas Kurz edited this page Oct 29, 2021 · 2 revisions

Nodes

Every visual node represents a node in a UWP AudioGraph.

  • Nodes with a red title bar are input nodes. They don't have an incomming connector but rather a single outgoing connector that may host as many connections to other nodes as you like.
  • Nodes with a yellow title bar are processing (e.g. effect or transform) nodes. They have both, an incoming and outgoing connector, that both may have multiple connections.
  • The output node only has a single incoming connector that may only have a single incoming connection.

You may use any processing node to mix multiple nodes together.

Add new nodes

Add a new node by right-clicking on the workspace and selecting the the type of node you wish to add.

Reposition Node

You can move nodes by dragging them via the red or yellow title bar.

Connecting nodes

The ability of a node to have (one or multiple) (incoming or outgoing) connections depends on the type of node.
To see which type supports what constellation of connections have a look at the top of this page.
To connect nodes you can use drag'n'drop to drag the yellow circle on the right side of any node onto any yellow circle on the left of a node.

Delete nodes

You can delete a node by holding down CTRL and clicking on its title bar.

Clone this wiki locally