Packages

final case class Done[A](in: GE[A]) extends SingleOut[Boolean] with Product with Serializable

A UGen that outputs a single frame of 1 when the input is finished.

Linear Supertypes
Serializable, SingleOut[Boolean], SomeOut[Boolean, StreamOut], GE.Lazy[Boolean], GE[Boolean], UGenSource[UGenInLike[Boolean], StreamOut], Expander[UGenInLike[Boolean]], Lazy, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Done
  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 Done(in: GE[A])

Value Members

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