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