libcm is a C development framework with an emphasis on audio signal processing applications.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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