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

RedTapeRecorder : Object
ExtensionExtension

sampling and looping

Description

If gate= 1 record, if gate= 0 loop playback.

Class Methods

RedTapeRecorder.ar(buffer, in, gate, interpol: 1, muteWhileRecording: 0, lag: 0)

RedTapeRecorder.kr(buffer, in, gate, interpol: 1, muteWhileRecording: 0, lag: 0)

Arguments:

buffer
in

Input signal.

gate

1= record, 0= looped playback.

interpol

1= no, 2= linear, 4= cubic.

muteWhileRecording

when on (1) the sound is muted while recording.

lag

mute fade in and out time. only useful when muteWhileRecording is on. a small value here might reduce some clicks.

Inherited class methods

Instance Methods

Inherited instance methods

Examples