RunningWindowMax

final case
class RunningWindowMax(in: GE, size: GE, gate: GE) extends SingleOut

A UGen that like RunningMax calculates the maximum observed value of the running input. However, it operates on entire windows, i.e. it outputs windows that contain the maximum elements of all the past windows observed.

Value Params
gate

a gate signal that clears the internal state. When a gate is open (> 0), the ''currently processed'' window is reset altogether until its end, beginning accumulation again from the successive window.

in

the windowed signal to monitor

size

the window size. This should normally be a constant. If modulated, the internal buffer will be re-allocated, essentially causing a reset trigger.

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