RecNodeProxy:
Filter:
Classes | JITLib > NodeProxy

RecNodeProxy

a NodeProxy that can record
Location: NOT INSTALLED!

Description

this is also created from a NodeProxy, or an Ndef with the message record.

Class Methods

.new

see superclass

.audio

see superclass

.newFrom

instantiate a new proxy that listens to the in proxy.

Inherited class methods

Instance Methods

.open

open new file and initialize buffer on server

.record

start the recording synth.

Arguments:

paused

if paused is false start recording immediately.

clock

optional - the clock to use for scheduling recording ...

quant

... if a non-nil quant is given.

.close

stop recording, close file

.isRecording

see if recording right now

.wakeUp

until the proxy is not used by any output ( either .play or .ar/.kr ) it is not running on the server. you can wake it up to force it playing.

Inherited instance methods

Examples

recording from some bus

instance creation from an existent node proxy

instance creation from an existent node proxy again

recording from other sources