Packages

final case class Seq(elems: IndexedSeq[KlangSpec]) extends GE with Product with Serializable

Linear Supertypes
Serializable, GE, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Seq
  2. Serializable
  3. GE
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Seq(elems: IndexedSeq[KlangSpec])

Value Members

  1. val elems: IndexedSeq[KlangSpec]
  2. def expand: UGenInLike
    Definition Classes
    SeqGE
  3. def numOutputs: Int
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def productPrefix: String
    Definition Classes
    Seq → Product
  6. def rate: MaybeRate
    Definition Classes
    SeqGE
  7. def toString(): String
    Definition Classes
    Seq → AnyRef → Any