OverlapAdd

final case
class OverlapAdd(in: GE, size: GE, step: GE) extends SingleOut

A UGen that performs overlap-and-add operation on a stream of input windows. The size and step parameters are demand-rate, polled once per (input) window.

Value Params
in

the non-overlapped input

size

the window size in the input

step

the step between successive windows in the output. when smaller than size, the overlapping portions are summed together. Currently step values larger than size are clipped to size. This may change in the future

See also
Companion
object
trait Serializable
trait SingleOut
trait SomeOut[StreamOut]
trait Lazy
trait GE
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