PauseSelfWhenDone

object PauseSelfWhenDone extends ProductReader[PauseSelfWhenDone]

A UGen that, when its input UGen is finished, pauses enclosing synth. This is essentially a shortcut for PauseSelf.kr(Done.kr(src)) , so instead of providing a trigger signal it reads directly the done flag of an appropriate ugen (such as Line or PlayBuf ).

This UGen outputs its input signal for convenience.

See also
Companion
class
trait Product
trait Mirror
trait ProductReader[PauseSelfWhenDone]
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(src: GE & HasDoneFlag): PauseSelfWhenDone
Value Params
src

the input UGen which when finished will trigger the action.

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