RNBO Objects & Operators interp
Open Help

interp

Interpolate inputs

Description

Interpolate event input logarithmically with point values.

Inlets

in1 [auto]

Input

Fixed Attributes

These attributes must be set in the object box and determine the behavior of the object at runtime.

mode [enum] (default: linear)

Interpolation type Possible values:

0 = 'linear'
1 = 'cubic'
2 = 'spline'
3 = 'cosine'
4 = 'step'
5 = 'none'
6 = 'fastcubic'
7 = 'spline6'

Dynamic Attributes

These attributes can be modified in the code during execution using the set object

in1 [auto]

Input

See Also

Name Description
interp Interpolate inputs
linearinterp Linear interpolation
splineinterp Catmull-Rom spline interpolation
cosineinterp Cubic interpolation
cubicinterp Cubic interpolation
slide The discrete derivative of the input
smoothstep Smoothed fade of inputs
rampsmooth Smooth an incoming signal