RedLine:
Filter:
Classes (extension) | Red > redUGens

RedLine : Object
ExtensionExtension

resettable line generator
Source: RedLine.sc

Description

Generates a line from the start value to the end value. It can be reset and paused.

Class Methods

RedLine.ar(start: 0, end: 1, dur: 1, curve: 0, run: 1, reset: 0, mul: 1, add: 0)

RedLine.kr(start: 1, end: 2, dur: 1, curve: 0, run: 1, reset: 0, mul: 1, add: 0)

Arguments:

start

starting value

end

ending value

dur

duration in seconds

curve

curvature. use 0.693147 (2.log) for exponential line.

run

pause and resume the line

reset

a trigger to reset the line

mul
add

Inherited class methods

Instance Methods

Inherited instance methods

Examples