Line:
Filter:
Classes | UGens > Envelopes

Line : UGen : AbstractFunction : Object

Line generator.
Source: Line.sc

Description

Generates a line from the start value to the end value.

Class Methods

Line.ar(start: 0.0, end: 1.0, dur: 1.0, mul: 1.0, add: 0.0, doneAction: 0)

Line.kr(start: 0.0, end: 1.0, dur: 1.0, mul: 1.0, add: 0.0, doneAction: 0)

Arguments:

start

Starting value.

end

Ending value.

dur

Duration in seconds.

mul

Output will be multiplied by this value.

add

This value will be added to the output.

doneAction

A doneAction to be evaluated when the Line is completed. See

Done for more detail.

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

.canFreeSynth

From extension in /usr/local/share/SuperCollider/SCClassLibrary/Common/Audio/canFreeSynth.sc

Examples