Ramp

object Ramp extends ProductReader[Ramp]

A UGen which produces a linear lag (time smear) regarding and input signal. Other than Lag which is a feedback filter with exponential decay, Ramp applies a linear ramp. This is achieved by sampling the input signal at regular intervals given by the lagTime and starting a new line segment after each interval.

See also
Companion
class
trait Product
trait Mirror
trait ProductReader[Ramp]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def ar(in: GE, dur: GE): Ramp
Value Params
dur

the ramp-time (seconds) which is also the interval of the sampling

in

the signal to smooth out

def kr(in: GE, dur: GE): Ramp
Value Params
dur

the ramp-time (seconds) which is also the interval of the sampling

in

the signal to smooth out

def read(in: RefMapIn, key: String, arity: Int): Ramp