Go to the documentation of this file.
12 #ifndef CSL_BINARYOP_H
13 #define CSL_BINARYOP_H
61 #define DECLARE_OPERAND_CONTROLS \
62 Port * opPort = mInputs[CSL_OPERAND]; \
63 SampleBuffer inValue; \
69 #define LOAD_OPERAND_CONTROLS \
70 Controllable::pullInput(opPort, numFrames); \
71 Effect::pullInput(numFrames); \
72 inValue = mInputPtr; \
73 opValue = opPort->nextValue()
77 #define UPDATE_OPERAND_CONTROLS \
78 opValue = opPort->nextValue() ; \
122 #endif // CSL_BINARYOP_H