RedTest:
Filter:
redSys/Classes (extension) | Red > redTest

RedTest
ExtensionExtension

generate test signals

Class Methods

.ar

Returns a SinOsc - stereo pseudo ugen.

.sf

Starts a mono soundfile on bus+group.

.sf2

Starts a stereo soundfile on bus+group.

.speaker

Pink noise speaker test.

Arguments:

channels

Should be an array of output channel indices.

amp

used to scale amplitude

dur

used to change duration between notes

.speaker2

Ping speaker test.

Arguments:

channels

Should be an array of output channel indices.

amp

used to scale amplitude

dur

used to change duration between notes

.stop

stop all sounds started by *speaker or *speaker2

Instance Methods

.sfBus

Set output bus for soundfile.

.sfGrp

Return the Group for soundfile.

.sfFree

Free buffer and synth for soundfile.

Examples