Gate:
Filter:
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

Instance Methods

Inherited instance methods

Examples