RedSlide:
Filter:
Classes (extension) | Red > redUGens

RedSlide : Object
ExtensionExtension

logarithmic lag
Source: RedSlide.sc

Description

Very similar to .lagud. Useful for smoothing sensor data.

Class Methods

RedSlide.ar(in, up: 10, down)

RedSlide.kr(in, up: 10, down)

Arguments:

in

The signal to be lagged.

up

Lag amount for increasing numbers.

down

Lag amount for decreasing numbers. If nil then set to same as up.

RedSlide.new(up: 10, down)

Arguments:

up

Lag amount for increasing numbers.

down

Lag amount for decreasing numbers. If nil then set to same as up.

Inherited class methods

Instance Methods

.slide(in)

Arguments:

in

The values to be lagged.

.up

.up = value

.down

.down = value

Set or get the amount of lag when using the slide method.

Inherited instance methods

Examples