Plot1D

final case class Plot1D[A](in: GE[A], size: I, label: String)(implicit num: Num[A]) extends ZeroOut with ProductWithAdjuncts

Debugging utility that plots 1D "windows" of the input data.

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

Value members

Concrete methods

override def adjuncts: List[Adjunct]
Definition Classes
ProductWithAdjuncts

Inherited methods

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