| add
– adder Purpose: combines the signals of up to 16 RTSE objects. Usage: [var_name] add [input1] ... [inputN] stop where N is the number of objects. N must be less than or equal to 16. The keyword stop is required to indicate the end of the line. Output gain is automatically reduced according to the number of inputs (technically, once all values are added, the output sample value is divided by the number of inputs). |
| Parameter | Data Type | Description |
| input[1…N] | cstring | Variable name of a Rtse object. |