curve
controlInteractive breakpoint/curve editor
Inlets
| Message | Description |
|---|---|
number | Evaluate the function at X, output Y |
bang | Output the full breakpoint list as [x1, y1, x2, y2, ...] |
number[] | Set breakpoints from a flat list (minimum 2 pairs, must be even length) |
reset | Reset to default: flat line at y=0.5 |
Outlets
| Message | Description |
|---|---|
number | Interpolated Y value at the given X |
number[] | Full breakpoint list [x1, y1, x2, y2, ...] when queried with bang |
Tags
controlcurvebreakpointfunctioninterpolationmapping