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

RedOverdub : Object
ExtensionExtension

overdub recording

Description

Overdub recording into a Buffer

Class Methods

RedOverdub.ar(buffer, in, gate: 0, fb: 1, atk: 0.01, rel: 0.01, rate: 1)

RedOverdub.kr(buffer, in, gate: 0, fb: 1, atk: 0.01, rel: 0.01, rate: 1)

Arguments:

buffer

Some buffer.

in

Input signal.

NOTE: The number of channels must match the buffer's number of channels.
gate

1 starts recording sound into the buffer. 0 stops.

fb

Scales the previous sound in the buffer. 1.0 will just add the new sound to what is previously there, 0.5 will scale the previous sound down 50% and 0.0 will completely erase any sound previously recorded.

atk

Recording envelop attacktime in seconds.

rel

Recording envelop releasetime in seconds.

rate

Playback rate.

Inherited class methods

Instance Methods

Inherited instance methods

Examples