ReduceWindow

final case class ReduceWindow[A](in: GE[A], size: I, op: Op[A, A, A]) extends SingleOut[A]

A UGen that reduces all elements in each window to single values, for example by calculating the sum or product.

Companion:
object
trait Serializable
trait SingleOut[A]
trait Lazy[A]
trait GE[A]
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