/* $OpenXM: OpenXM/src/kan96xx/plugin/sample.h,v 1.2 2000/01/16 07:55:48 takayama Exp $ */ /* op-codes for sample */ #define KPLUGIN_SAMPLE_INIT 0 #define KPLUGIN_SAMPLE_SELECT 1 #define KPLUGIN_SAMPLE_WAIT 2 #define KPLUGIN_SAMPLE_ADD 3 int Kplugin_sample(int opcode,struct object obj); static void errorSample(char *s); int Kplugin_push(struct object ob,struct operandStack *operandstack); struct object Kplugin_pop(struct operandStack *operandstack); struct object Kplugin_peek(int k,struct operandStack *operandstack);