Sweep

final case
class Sweep(rate: Rate, trig: GE, speed: GE) extends SingleOut

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.

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

See also
Companion
object
trait Serializable
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource