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

RedAbstractMix
ExtensionExtension

abstract class

Description

WARNING: Do not instantiate. Use its subclasses.

Class Methods

subclass responsibility

.def

Instance Methods

.amp

Get or set volume 0.0 to 1.0

.cvs

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

inAinput audio bus number
inBsecond audio bus number
outoutput audio bus number
mixmix control (balance) -1.0 to 1.0
ampvolume 0.0 to 1.0
lagramp time in seconds for mix and amp

.def

Calls *def

.free

Free the mixer synth.

.group

The Group in use.

.gui

create a RedMixGUI.

Arguments:

parent

A Window, View or nil.

position

A Point or nil.

.inA

Get or set first input audio bus number.

.inB

Get or set second input audio bus number.

.isReady

true after the server is booted and the internal mixer is added and created.

.lag

Get or set the ramp time in seconds for mix and amp.

.mix

Get or set the mix control (balance) -1.0 to 1.0

.out

Get or set the audio output bus number.

Examples

see RedMixMono, RedMixStereo, RedMixStereoMono and RedMixGUI.