Trig

final case class Trig[A](in: GE[A])(implicit num: Num[A]) extends SingleOut[Boolean] with ProductWithAdjuncts

A UGen that creates a trigger when input changes from non-positive to positive. This is useful when a gate argument of another UGen should indeed be used like a single trigger, as a constant positive input will not produce a held signal.

Companion:
object
trait Serializable
trait ProductWithAdjuncts
trait SingleOut[Boolean]
trait Lazy[Boolean]
trait GE[Boolean]
trait Expander[UGenInLike[Boolean]]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def adjuncts: List[Adjunct]
Definition Classes
ProductWithAdjuncts

Inherited methods

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