libcm/dsp/cmDspMod.c

21 lines
306 B
C
Raw Normal View History

2012-10-30 03:52:39 +00:00
typedef struct
{
unsigned modSymId;
unsigned modIndex;
} cmDspMod_t;
typedef struct
{
} cmDspModArg_t
typedef struct
{
unsigned modClassSymId;
} cmDspModClass_t;
cmDspModH_t cmDspModAlloc( "fxChain", "ch", modIndex, NULL, ain, "out", iChCnt, ef, "gate", iChCnt, ef, "rms", iChCnt, NULL );