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

RedTest : Object
ExtensionExtension

generate test signals
Source: RedTest.sc

Class Methods

RedTest.ar(amp: 1, pan: 0)

Returns a SinOsc - stereo pseudo ugen.

RedTest.sf(out: 0, group)

Starts a mono soundfile on bus+group.

RedTest.sf2(out: 0, group)

Starts a stereo soundfile on bus+group.

RedTest.speaker(channels, amp: 0.5, dur: 1)

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

RedTest.speaker2(channels, amp: 0.5, dur: 1)

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

RedTest.stop

stop all sounds started by *speaker or *speaker2

Inherited class methods

Instance Methods

.sfBus = out

Set output bus for soundfile.

.sfGrp

Return the Group for soundfile.

.sfFree

Free buffer and synth for soundfile.

Inherited instance methods

Examples