linlin
Linear to linear interpolation.
Plugin opcode in emugens.
Maps a linear range of values to another linear range of values. Supports both scalars and arrays, at i- and k-time
Syntax
Performance
kx -- Input signal
kx0 -- Lower limit of input range. Defaults to 0
kx1 -- Higher limit of input range. Defaults to 1
ky0 -- Lower limit of output range
ky1 -- Higher limit of output range
Examples
Here is an example of the linlin opcode. It uses the file linlin.csd.
See also
Linear and Exponential Generators
Credits
By: Eduardo Moguillansky 2017
New plugin in version 6.11