Pause

object Pause extends ProductReader[Pause]

A UGen which pauses and resumes another node. Note that the UGen initially assumes the node is running, that is, if gate is initially 1, this will '''not''' resume a paused node. Instead, the gate must go to zero and back to one to resume the node. Additionally, this UGen will only cause action if the gate value changes, that is, if the node is paused or resumed otherwise, this UGen will not interfere with that action, unless the gate value is adjusted.

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

when 0, node is paused, when 1, node is resumed

node

the id of the node to be paused or resumed

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