Sheet1D

final case class Sheet1D[A](in: GE[A], size: I, label: String) extends ZeroOut

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)

Companion:
object
trait Serializable
trait ZeroOut
trait UGenSource[Unit, Unit]
trait Expander[Unit]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final def name: String
Inherited from:
UGenSource
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product