Classes | UGens > Synth control

Pause : UGen : AbstractFunction : Object

When triggered, pauses a node.
Source: EnvGen.sc

Description

When triggered, pauses a node.

Class Methods

Pause.kr(gate, id)

Arguments:

gate

When gate is 0, node is paused, when 1 it runs.

id

Node to be paused.

Inherited class methods

7 methods from UGen ► show
7 methods from Object ► show

Instance Methods

Inherited instance methods

92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Examples