cmDspFx.c: Removed printfs(). Fixed 'DsDist' class doc string.
This commit is contained in:
parent
070962c721
commit
3f0d2efb2c
@ -1587,7 +1587,6 @@ cmDspRC_t _cmDspXfaderRecv(cmDspCtx_t* ctx, cmDspInst_t* inst, const cmDspEvt_t*
|
|||||||
case kMstrGateXfId:
|
case kMstrGateXfId:
|
||||||
{
|
{
|
||||||
bool fl = cmDspBool(inst,kMstrGateXfId);
|
bool fl = cmDspBool(inst,kMstrGateXfId);
|
||||||
printf("mstr:%i\n",fl);
|
|
||||||
unsigned i;
|
unsigned i;
|
||||||
for(i=0; i<p->chCnt; ++i)
|
for(i=0; i<p->chCnt; ++i)
|
||||||
p->chGateV[i] = fl;
|
p->chGateV[i] = fl;
|
||||||
@ -4510,7 +4509,7 @@ struct cmDspClass_str* cmDistDsClassCons( cmDspCtx_t* ctx )
|
|||||||
_cmDspDistDsExec,
|
_cmDspDistDsExec,
|
||||||
_cmDspDistDsRecv,
|
_cmDspDistDsRecv,
|
||||||
NULL,NULL,
|
NULL,NULL,
|
||||||
"Comb Filter");
|
"Distortion and Downsampler");
|
||||||
|
|
||||||
return &_cmDistDsDC;
|
return &_cmDistDsDC;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user