Skip to content
Lukas Kurz edited this page Sep 12, 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.

Delete nodes

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

Clone this wiki locally