-
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.
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