MeanTriggered:
Filter:
Classes (extension) | UGens > Filters

MeanTriggered : Filter : PureUGen : UGen : AbstractFunction : Object
ExtensionExtension

Mean of recent values, triggered

Description

Calculates the mean of the most recent length values, but only paying attention to values input while the trigger is greater than zero. One application of this is to calculate a running mean of values coming from FFT analysis.

While trig<=0, the last-measured mean is held constant.

The length argument is set at initialisation, and cannot be modulated. The length is directly reflected in the amount of real-time memory taken by this UGen, so please think carefully before using large values of length. Values in the low single- or double-figures are expected.

Class Methods

Inherited class methods

Undocumented class methods

MeanTriggered.ar(in: 0.0, trig: 0.0, length: 10, mul: 1.0, add: 0.0)

MeanTriggered.kr(in: 0.0, trig: 0.0, length: 10, mul: 1.0, add: 0.0)

Instance Methods

Inherited instance methods

Examples