Packages

final case class KlangSpec(freq: GE, amp: GE = 1, decay: GE = 0) extends GE with Product with Serializable

Linear Supertypes
Serializable, GE, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KlangSpec
  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 KlangSpec(freq: GE, amp: GE = 1, decay: GE = 0)

Value Members

  1. val amp: GE
  2. val decay: GE
  3. def expand: UGenInLike
    Definition Classes
    KlangSpecGE
  4. val freq: GE
  5. def numOutputs: Int
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product
  7. def rate: MaybeRate
    Definition Classes
    KlangSpecGE