#import <Scl2add2UG.h>
Public Member Functions | |
| (id) | - setInput1: |
| Sets the input 1 patchpoint to aPatchPoint. | |
| (id) | - setInput2: |
| Sets the input 2 patchpoint to aPatchPoint. | |
| (id) | - setOutput: |
| Sets the output patchpoint to aPatchPoint. | |
| (id) | - setScale1: |
| Sets the scaler on the first input. | |
| (id) | - setScale2: |
| Sets the scaler on the second input. | |
| (id) | - idleSelf |
| You never send this message. | |
Static Public Member Functions | |
| (BOOL) | + shouldOptimize: |
| Specifies that all arguments are to be optimized if possible. | |
Scl2add2UG adds two input signals, both of which are scaled:
output = (input1 * scaler1) + (input2 * scaler2)
Scl2add2UGabc a output b input 1 c input 2
| - (id) setInput1: | (id) | aPatchPoint |
Sets the input 1 patchpoint to aPatchPoint.
| aPatchPoint | is an id. |
| - (id) setInput2: | (id) | aPatchPoint |
Sets the input 2 patchpoint to aPatchPoint.
| aPatchPoint | is an id. |
| - (id) setOutput: | (id) | aPatchPoint |
Sets the output patchpoint to aPatchPoint.
| aPatchPoint | is an id. |
| - (id) setScale1: | (double) | val |
Sets the scaler on the first input.
Effective values are between 0.0 and 1.0 (a negative scaler is the same as its absolute value, but with a 180 degree phase shift).
| val | is a double. |
| - (id) setScale2: | (double) | val |
Sets the scaler on the second input.
Effective values are between 0.0 and 1.0 (a negative scaler is the same as its absolute value, but with a 180 degree phase shift).
| val | is a double. |
| + (BOOL) shouldOptimize: | (unsigned) | arg |
Specifies that all arguments are to be optimized if possible.
| arg | is an unsigned. |
| - (id) idleSelf |
You never send this message.
1.5.6