Gate

final case
class Gate(rate: MaybeRate, in: GE, gate: GE) extends SingleOut

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.

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

See also
Companion
object
trait Serializable
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource