Sweep

object Sweep extends ProductReader[Sweep]

A UGen which starts a linear raise from zero each time it is triggered.

When speed is one, one gets a continually-updating measurement of the time (in seconds) since the last trigger.

See also
Companion
class
trait Product
trait Mirror
trait ProductReader[Sweep]
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(trig: GE, speed: GE): Sweep
Value Params
speed

the amount of increment of the output signal per second. In SCLang this argument is named rate , while ScalaCollider uses speed to avoid conflict with the UGen's calculation rate.

trig

the trigger that restarts the ramp, when passing from non-positive to positive

def kr(trig: GE, speed: GE): Sweep
Value Params
speed

the amount of increment of the output signal per second. In SCLang this argument is named rate , while ScalaCollider uses speed to avoid conflict with the UGen's calculation rate.

trig

the trigger that restarts the ramp, when passing from non-positive to positive

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