Decimator:
Filter:
sc3-plugins/Classes (extension) | UGens > Filters

Decimator
ExtensionExtension

Samplerate and bitrate reduction

Description

Decimates (reduces the effective sample rate), and reduces the bit depth of the input signal, allows non integer values for smooth transitions between clean and lofi signals.

NOTE: Port of a similarly-named ladspa plugin http://plugin.org.uk/ladspa-swh/docs/ladspa-swh.html#tth_sEc2.26. Plugin ID 1202.

Class Methods

.ar

Arguments:

in

The input signal.

rate

The sample rate that the signal will be resampled at.

bits

The bit depth that the signal will be reduced to.

mul

Output will be multiplied by this value.

add

This value will be added to the output.

Examples