Latch

object Latch extends ProductReader[Latch]

A sample-and-hold UGen. When triggered, a new value is taken from the input and hold until the next trigger occurs.

Before the first trigger is registered, this UGen outputs zero.

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

the input signal

trig

the trigger. The can be any signal. A trigger happens when the signal changes from non-positive to positive.

def kr(in: GE, trig: GE): Latch
Value Params
in

the input signal

trig

the trigger. The can be any signal. A trigger happens when the signal changes from non-positive to positive.

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