#include "CSL_Core.h"
Go to the source code of this file.
Namespaces | |
| namespace | csl |
Classes | |
| class | csl::BinaryOp |
| class | csl::AddOp |
| class | csl::MulOp |
Defines | |
| #define | DECLARE_OPERAND_CONTROLS |
| Declare the operand port (accessing the mInputs map) and current value. | |
| #define | LOAD_OPERAND_CONTROLS |
| #define | UPDATE_OPERAND_CONTROLS |
| Update the op-related value in the loop. | |
|
|
Value: Port * opPort = mInputs[CSL_OPERAND]; \ sample * inValue; \ sample opValue
|
|
|
Value: Controllable::pullInput(opPort, numFrames); \
Effect::pullInput(numFrames); \
inValue = mInputPtr; \
opValue = opPort->nextValue()
|
|
|
Value: opValue = opPort->nextValue() ; \
inValue++
|
1.4.5-20051010