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

RedSlide
ExtensionExtension

logarithmic lag

Description

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

Class Methods

.ar

.kr

Arguments:

in

The signal to be lagged.

up

Lag amount for increasing numbers. A higher value here will result in more lag.

down

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

.new

Arguments:

up

Lag amount for increasing numbers.

down

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

Instance Methods

.slide

Arguments:

in

The values to be lagged.

.up

.down

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

Examples