ArraySmoothStep Op
Applies a smoothstep function to the contents of an array
Summary (oneliner)
The fancy way of saying it is
Perform Hermite interpolation between two values
Full Name
- Ops.Array.ArraySmoothStep
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch ArraySmoothstep example file
INPUT PORTS
Array In (Array)
The array in to modify
Min (Number)
min interpolation point
Max (Number)
max interpolation point
OUTPUT PORTS
Array out (Array)
The modified array