LinLin:
Filter:
Classes | UGens > Maths

LinLin : Object

Map a linear range to another linear range
Source: Line.sc

Description

Maps a linear range of values to another linear range of values.

Class Methods

LinLin.ar(in: 0.0, srclo: 0.0, srchi: 1.0, dstlo: 1.0, dsthi: 2.0)

LinLin.kr(in: 0.0, srclo: 0.0, srchi: 1.0, dstlo: 1.0, dsthi: 2.0)

Arguments:

in

The input signal to convert.

srclo

Lower limit of input range.

srchi

Upper limit of input range.

dstlo

Lower limit of output range.

dsthi

Upper limit of output range.

Inherited class methods

Instance Methods

Inherited instance methods

Examples

linlin and range can be used to create a LinLin implicitly from a ugen, mapping its output values from linear range to an exponential one. The rate is derived from the ugen.