Packages

final case class T2K(in: GE) extends SingleOut with ControlRated with Product with Serializable

A UGen that converts an audio-rate trigger input into a control-rate trigger output. A trigger occurs when a signal changes from less than or equal to zero to greater than zero. The UGen behaves strangely in that for a rising slope input signal, it will report the maximum value seen within the calculation block, but if the slope extends to the next block, it will output that second's block maximum value again instead of waiting for a fall to <= 0.

in

audio-rate trigger input

See also

K2A

T2K

Trig

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. T2K
  2. Serializable
  3. ControlRated
  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 T2K(in: GE)

    in

    audio-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
    ControlRated