Animation & ControlModifiers
Limiter
Constrains a value by clamping or wrapping between Min and Max.
The Limiter node keeps its input inside a range, either by clamping at the ends or wrapping around.

- Min, Max, Mode
- Found in the node graph under Modifiers → Value & Math
The image on the right is the example patch itself. Drag and drop it onto the app, or load it with File → Load, to open the full graph. The modifier drives the Scale of a Hexagonal generator; the meter on the node shows its live value.
Inputs and outputs

| Port | Type | Purpose |
|---|---|---|
| Input | Modifier | The value to process, 0–1 unless the source says otherwise. |
| Modifier | Modifier | Drag it onto a parameter row, or wire it into another modifier's input. |
Parameters
- Min (default 0), Max (default 1).
- Mode — Clamp (default) or Wrap.
Every slider has a per-parameter animation bar and can itself be driven by another modifier.
Examples
Sawtooth from a ramp — a Continuous modifier into a Limiter in Wrap mode.
Troubleshooting
The parameter does not move — check the bound parameter's Operation at the port. At Multiply against a value of 0 the result stays 0.