Gate

object Gate extends ProductReader[Gate]

A gate or hold UGen. It allows the input signal value to pass when the gate argument is positive, otherwise it holds last value.

Before the first high gate value is registered, this UGen outputs zero.

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

the signal specifying whether to pass the input signal (when greater than zero) or whether to close the gate and hold the last value (when less than or equal to zero)

in

the input signal to gate

def kr(in: GE, gate: GE): Gate
Value Params
gate

the signal specifying whether to pass the input signal (when greater than zero) or whether to close the gate and hold the last value (when less than or equal to zero)

in

the input signal to gate

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