cosineinterp
Cubic interpolation
Description
Perform cosine interpolation on event input. The interpolated shape of cosineinterp is determined by two keyframe points (x and y).
Arguments
x [number]
Set's the value for the 'x' control point. This is the second value of cosineinterp.
y [number]
Set's the value for the 'y' control point. This is the third value of cosineinterp.
Inlets
frac [number]
In the leftmost inlet, this is the input value to be interpolated.
x [number]
Set's the value for the 'x' control point. This is the second value of cosineinterp.
y [number]
Set's the value for the 'y' control point. This is the third value of cosineinterp.
Outlets
out1 [number]
The output curve is the segment between the middle two points (x and y).
Fixed Attributes
These attributes must be set in the object box and determine the behavior of the object at runtime.
hot [bool] (default: false)
Trigger computation on all inlets.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
frac [number]
In the leftmost inlet, this is the input value to be interpolated.
reset [bang] (default: 0)
Banging this attribute will reset the object to its default state.
x [number]
Set's the value for the 'x' control point. This is the second value of cosineinterp.
y [number]
Set's the value for the 'y' control point. This is the third value of cosineinterp.
See Also
Name | Description |
---|---|
interp | Interpolate inputs |
cosineinterp~ | Cubic interpolation |
linearinterp~ | Linear interpolation |
splineinterp~ | Catmull-Rom spline interpolation |
cubicinterp~ | Cubic interpolation |
slide | The discrete derivative of the input |
smoothstep | Smoothed fade of inputs |
rampsmooth | Smooth an incoming signal |