-
Notifications
You must be signed in to change notification settings - Fork 1
Basics of 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 a new node by right-clicking on the workspace and selecting the the type of node you wish to add.
You can move nodes by dragging them via the red or yellow title bar.
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.
You can delete a node by holding down CTRL
and clicking on its title bar.
© 2021 Lukas Kurz, ShortDevelopment
⌨️ GitHub Repo | 🛍️ MS Store | 🔊 UWP AudioGraph
About | Privacy | Credits