libcm/dsp/cmDspMod.c
2012-10-29 20:52:39 -07:00

21 рядки
306 B
C

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 );