Skip to content

What is a node?

A node is one block in your patch.

Think of it like a small machine with one clear job: make a tone, change a tone, measure a tone, or send it out.

A connection is just the cable between those machines.

  • An output handle sends signal out of a node.
  • An input handle receives signal from another node.
  • A parameter changes behavior inside the node, like oscillator frequency or filter cutoff.

osc -> out

osc makes a tone.

out sends that tone to your speakers.

One connection is enough to hear something.

Each node has one responsibility, so bigger patches stay readable.

That matters even more later, when a patch becomes a module and hides its internal complexity.

The rule does not change: signal leaves an output, enters an input, and keeps moving.