diff --git a/dsp/cmDspKr.c b/dsp/cmDspKr.c index 9f51fdd..9093b0c 100644 --- a/dsp/cmDspKr.c +++ b/dsp/cmDspKr.c @@ -2608,7 +2608,7 @@ cmDspRC_t _cmDspRecdPlayExec(cmDspCtx_t* ctx, cmDspInst_t* inst, const cmDspEvt_ const cmSample_t* x[ p->chCnt ]; cmSample_t* y[ p->chCnt ]; - unsigned n; + unsigned n = 0; unsigned i; unsigned actChCnt = 0;