Packages

final case class T2A(in: GE) extends SingleOut with AudioRated with Product with Serializable

A UGen that converts a control-rate trigger input into an audio-rate trigger output. A trigger occurs when a signal changes from less than or equal to zero to greater than zero. The output will have a single sample spike of the input trigger's amplitude at the beginning of the calculation block.

in

control-rate trigger input

See also

K2A

T2K

Trig

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. T2A
  2. Serializable
  3. AudioRated
  4. SingleOut
  5. SomeOut
  6. Lazy
  7. GE
  8. UGenSource
  9. Expander
  10. Lazy
  11. Product
  12. Equals
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new T2A(in: GE)

    in

    control-rate trigger input

Value Members

  1. lazy val hashCode: Int
    Definition Classes
    UGenSource → AnyRef → Any
  2. val in: GE
  3. final def name: String
    Definition Classes
    UGenSource
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. final def rate: Rate
    Definition Classes
    AudioRated