Packages

final case class Warp1(numChannels: Int, buf: GE, pos: GE = 0.0f, speed: GE = 1.0f, winSize: GE = 0.2f, envBuf: GE = -1, overlaps: GE = 8.0f, winRand: GE = 0.0f, interp: GE = 1) extends MultiOut with AudioRated with IsIndividual with Product with Serializable

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

Instance Constructors

  1. new Warp1(numChannels: Int, buf: GE, pos: GE = 0.0f, speed: GE = 1.0f, winSize: GE = 0.2f, envBuf: GE = -1, overlaps: GE = 8.0f, winRand: GE = 0.0f, interp: GE = 1)

Value Members

  1. val buf: GE
  2. val envBuf: GE
  3. lazy val hashCode: Int
    Definition Classes
    UGenSource → AnyRef → Any
  4. val interp: GE
  5. final def name: String
    Definition Classes
    UGenSource
  6. val numChannels: Int
  7. val overlaps: GE
  8. val pos: GE
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. final def rate: Rate
    Definition Classes
    AudioRated
  11. val speed: GE
  12. val winRand: GE
  13. val winSize: GE