Packages

final case class Sheet1D[A](in: GE[A], size: I, label: String = "sheet") extends ZeroOut with Product with Serializable

Debugging utility that displays 1D "windows" of the input data as a spreadsheet or table view.

Warning: window parameter modulation is currently not working correctly (issue #30)

Linear Supertypes
Serializable, ZeroOut, UGenSource[Unit, Unit], Expander[Unit], Lazy, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sheet1D
  2. Serializable
  3. ZeroOut
  4. UGenSource
  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 Sheet1D(in: GE[A], size: I, label: String = "sheet")

Value Members

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