RedAbstractMix:
Filter:
Classes (extension) | Red > redMix

RedAbstractMix : Object
ExtensionExtension

abstract class

Description

WARNING: Do not instantiate. Use its subclasses.

Class Methods

RedAbstractMix.new(inA: 0, inB: 2, out: 0, group, lag: 0.05)

Arguments:

inA

First mono input.

inB

Second mono input.

out

Stereo output.

group

nil boots the default server and uses the defaultGroup. Adds to tail.

lag

Ramp for mix controllers in seconds.

subclass responsibility

RedAbstractMix.def

Inherited class methods

Instance Methods

.free

Free the mixer synth.

.gui(parent, position)

create a RedMixGUI.

.group

The Group in use.

.cvs

Dictionary with all Ref objects. (used to be CV objects)

inAinput bus offset
inBsecond bus offset
outoutput bus offset
mixmix control -1 to 1
ampvolume 0 to 1
lagramp time in seconds for mix and amp

Inherited instance methods

Undocumented instance methods

.amp

.amp = val

.def

.inA

.inA = val

.inB

.inB = val

.isReady

.lag

.lag = val

.mix

.mix = val

.out

.out = val

Examples

see RedMixMono, RedMixStereo, RedMixStereoMono and RedMixGUI.