Packages

final case class TrigControl(values: IndexedSeq[Float], ctrlName: Option[String]) extends MultiOut with ControlRated with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TrigControl
  2. Serializable
  3. ControlRated
  4. MultiOut
  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 TrigControl(values: IndexedSeq[Float], ctrlName: Option[String])

Value Members

  1. val ctrlName: Option[String]
  2. lazy val hashCode: Int
    Definition Classes
    UGenSource → AnyRef → Any
  3. final def name: String
    Definition Classes
    UGenSource
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. final def rate: Rate
    Definition Classes
    ControlRated
  6. val values: IndexedSeq[Float]