Analogous to the audio Clip class. Returns the input x if min < v < max, min if v < min, max if v > max.
Supported Rates: frame, shape, pixel
Make a VClamp VGen at requested rate.
v |
Input value to clamp. |
min |
Minimum value to clamp v to. |
max |
Maximum value to clamp v to. |
x if min < v < max, min if v < min, max if v > max.
Dimensions
input | output |
1, 1, 1, 1 | 1 |
2, 2, 2, 2 | 2 |
3, 3, 3, 3 | 3 |
4, 4, 4, 4 | 4 |