PauseSelf

object PauseSelf extends ProductReader[PauseSelf]

A UGen that, when triggered, pauses enclosing synth. It pauses the enclosing synth when the input signal crosses from non-positive to positive.

''Note'' that if the trigger is initially high the UGen will not react. For example, PauseSelf.kr("foo".kr) will not work if the control is initially 1 . A work-around is to wrap the input in this case in a Trig object: PauseSelf.kr(Trig.kr("foo".kr)) . This is most likely a bug.

This UGen outputs its input signal for convenience.

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

the input signal which will trigger the action.

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