DetectLocalMax

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

A UGen that outputs triggers for local maxima within a sliding window. If multiple local maxima occur within the current window, only the one with the largest value will cause the trigger.

By definition, the first and last value in the input stream cannot qualify for local maxima.

Value Params
in

the signal to analyze for local maxima

size

the sliding window size. Each two emitted triggers are spaced apart at least by size frames.

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