Packages

final case class Flatten(elem: GE) extends GE.Lazy with Product with Serializable

A graph element that flattens the channels from a nested multi-channel structure.

elem

the element to flatten

Linear Supertypes
Serializable, GE.Lazy, GE, Expander[UGenInLike], Lazy, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Flatten
  2. Serializable
  3. Lazy
  4. GE
  5. Expander
  6. Lazy
  7. Product
  8. Equals
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Flatten(elem: GE)

    elem

    the element to flatten

Value Members

  1. val elem: GE
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def rate: MaybeRate
    Definition Classes
    FlattenGE
  4. def toString(): String
    Definition Classes
    Flatten → AnyRef → Any