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

Cette révision appartient à :
kevin 2013-03-01 17:27:08 -08:00
Parent 070962c721
révision 3f0d2efb2c

Voir le fichier

@ -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; i<p->chCnt; ++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;
}