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

SmoothDecimator : UGen : AbstractFunction : Object
ExtensionExtension

Smooth samplerate and bitrate reduction

Description

Decimates (reduces the effective sample rate).

Class Methods

SmoothDecimator.ar(in, rate: 44100.0, smoothing: 0.5, mul: 1.0, add: 0)

Arguments:

in

The input signal.

rate

The rate at which the output signal will be resampled.

smoothing

The amount of smoothing on the output signal.

mul

Output will be multiplied by this value.

add

This value will be added to the output.

Inherited class methods

Instance Methods

Inherited instance methods

Examples