From 00728f26afc501140043e709eff0b8f7690c466c Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 15 Apr 2017 11:17:30 -0400 Subject: [PATCH] cmDspPgmKrChain.c : Added TODO on crash bug - but didn't fix it! --- dsp/cmDspPgmKrChain.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dsp/cmDspPgmKrChain.c b/dsp/cmDspPgmKrChain.c index 8f97eb1..d162258 100644 --- a/dsp/cmDspPgmKrChain.c +++ b/dsp/cmDspPgmKrChain.c @@ -332,7 +332,11 @@ void _cmDspSys_TlXformChain( cmDspSysH_t h, cmDspTlXform_t* c, unsigned preGrpS cmDspSysInstallCb(h, xfadMs, "val", xfad, "ms", NULL ); cmDspSysInstallCb(h, modp, mlbl("xfad"), xfadMs, "val", NULL); - cmDspSysInstallCb(h, modp, mlbl("win"), wnd_ctl, "sel", NULL ); + // TODO: FIX THIS: can't send window length (e.g. 1024,2048, ... ) to a 'MsgList' with 4 elements + // since it expects an index betweeen 0 and 3. CRASH! + //cmDspSysInstallCb(h, modp, mlbl("win"), wnd_ctl, "sel", NULL ); + + cmDspSysInstallCb(h, modp, mlbl("hop"), hop_ctl, "sel", NULL ); cmDspSysInstallCb(h, modp, mlbl("mod"), mod_ctl, "val", NULL ); cmDspSysInstallCb(h, modp, mlbl("thr"), thr_ctl, "val", NULL );