Browse Source

cmDspFx.c: Removed printfs(). Fixed 'DsDist' class doc string.

master
kevin 11 years ago
parent
commit
3f0d2efb2c
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      dsp/cmDspFx.c

+ 1
- 2
dsp/cmDspFx.c View File

@@ -1587,7 +1587,6 @@ cmDspRC_t _cmDspXfaderRecv(cmDspCtx_t* ctx, cmDspInst_t* inst, const cmDspEvt_t*
1587 1587
     case kMstrGateXfId:
1588 1588
       {
1589 1589
         bool fl = cmDspBool(inst,kMstrGateXfId);
1590
-        printf("mstr:%i\n",fl);
1591 1590
         unsigned i;
1592 1591
         for(i=0; i<p->chCnt; ++i)
1593 1592
           p->chGateV[i] = fl;
@@ -4510,7 +4509,7 @@ struct cmDspClass_str* cmDistDsClassCons( cmDspCtx_t* ctx )
4510 4509
     _cmDspDistDsExec,
4511 4510
     _cmDspDistDsRecv,
4512 4511
     NULL,NULL,
4513
-    "Comb Filter");
4512
+    "Distortion and Downsampler");
4514 4513
 
4515 4514
   return &_cmDistDsDC;
4516 4515
 }

Loading…
Cancel
Save