Packages

final case class Elastic[A](in: GE[A], num: I = 1) extends SingleOut[A] with Product with Serializable

Inserts a buffer into the stream of num blocks.

Linear Supertypes
Serializable, SingleOut[A], SomeOut[A, StreamOut], GE.Lazy[A], GE[A], UGenSource[UGenInLike[A], StreamOut], Expander[UGenInLike[A]], Lazy, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Elastic
  2. Serializable
  3. SingleOut
  4. SomeOut
  5. Lazy
  6. GE
  7. UGenSource
  8. Expander
  9. Lazy
  10. Product
  11. Equals
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Elastic(in: GE[A], num: I = 1)

Value Members

  1. val in: GE[A]
  2. final def name: String
    Definition Classes
    UGenSource
  3. val num: I
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product