UnzipWindowN

final case class UnzipWindowN[A](numOutputs: Int, in: GE[A], size: I) extends MultiOut[A]
Companion:
object
trait Serializable
trait MultiOut[A]
trait Lazy[A]
trait GE[A]
trait UGenSource[UGenInLike[A], IndexedSeq[StreamOut]]
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