libcm is a C development framework with an emphasis on audio signal processing applications.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cmDspMod.c 306B

1234567891011121314151617181920
  1. typedef struct
  2. {
  3. unsigned modSymId;
  4. unsigned modIndex;
  5. } cmDspMod_t;
  6. typedef struct
  7. {
  8. } cmDspModArg_t
  9. typedef struct
  10. {
  11. unsigned modClassSymId;
  12. } cmDspModClass_t;
  13. cmDspModH_t cmDspModAlloc( "fxChain", "ch", modIndex, NULL, ain, "out", iChCnt, ef, "gate", iChCnt, ef, "rms", iChCnt, NULL );