Classes | UGens > Triggers

Gate : Latch : UGen : AbstractFunction : Object

Gate or hold.
Source: Trig.sc

Description

Allows input signal value to pass when gate is positive, otherwise holds last value.

Class Methods

Gate.ar(in: 0.0, trig: 0.0)

From superclass: Latch

Gate.kr(in: 0.0, trig: 0.0)

From superclass: Latch

Arguments:

in

The input signal.

trig

Gate - can be any signal. The output is held fixed when this is non-positive.

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