Programmer Guide/SPU Reference/MIXALL: Difference between revisions
From STX Wiki
Jump to navigationJump to search
(initial import) |
m (moved Programmer Guide/SPU Reference/MIXALL - multi-channel mixer to Programmer Guide/SPU Reference/MIXALL) |
(One intermediate revision by one other user not shown) | |
(No difference)
|
Latest revision as of 11:04, 28 April 2011
MIXALL - multi-channel mixer
The atom MIXALL
mixes all input vectors/arrays into one output vector/array.
Usage:
MIXALL MODE X1 X2 [ X3 X4 X5 X6 X7 X8 ]
Inputs:
- MODE
- One of the following values:
0
- no scaling takes place
1
- the signal is scaled depending on the number of inputs used (e.g. for eight input signals, each is scaled by 1/8).
- X1,XN
- The input vectors or arrays. There can be a maximum of eight input signals.
Outputs:
- Y
- The mixed signal as an array or vector (depending on the input.