From 3f0d2efb2cf2a91c95a5a1a2ff50984c12492689 Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 1 Mar 2013 17:27:08 -0800 Subject: [PATCH] cmDspFx.c: Removed printfs(). Fixed 'DsDist' class doc string. --- dsp/cmDspFx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dsp/cmDspFx.c b/dsp/cmDspFx.c index fab4ac5..3115d96 100644 --- a/dsp/cmDspFx.c +++ b/dsp/cmDspFx.c @@ -1587,7 +1587,6 @@ cmDspRC_t _cmDspXfaderRecv(cmDspCtx_t* ctx, cmDspInst_t* inst, const cmDspEvt_t* case kMstrGateXfId: { bool fl = cmDspBool(inst,kMstrGateXfId); - printf("mstr:%i\n",fl); unsigned i; for(i=0; ichCnt; ++i) p->chGateV[i] = fl; @@ -4510,7 +4509,7 @@ struct cmDspClass_str* cmDistDsClassCons( cmDspCtx_t* ctx ) _cmDspDistDsExec, _cmDspDistDsRecv, NULL,NULL, - "Comb Filter"); + "Distortion and Downsampler"); return &_cmDistDsDC; }