#ifndef __CHOP_Blend__
#define __CHOP_Blend__
#define ARG_BLEND_DIFFERENCE (myParmBase +0)
#define ARG_BLEND_FIRST_WEIGHT (myParmBase +1)
namespace HDK_Sample {
{
public:
protected:
private:
int GETDIFFERENCE()
int FIRST_WEIGHT()
int findFirstAvailableTracks(
OP_Context &context);
const CL_Clip *getCacheInputClip(
int j);
};
}
#endif