Browse Source

cmDspPgmKrChain.c : Added TODO on crash bug - but didn't fix it!

master
kevin 7 years ago
parent
commit
00728f26af
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      dsp/cmDspPgmKrChain.c

+ 5
- 1
dsp/cmDspPgmKrChain.c View File

@@ -332,7 +332,11 @@ void _cmDspSys_TlXformChain( cmDspSysH_t h, cmDspTlXform_t* c,  unsigned preGrpS
332 332
   cmDspSysInstallCb(h, xfadMs, "val", xfad, "ms", NULL );
333 333
   cmDspSysInstallCb(h, modp, mlbl("xfad"), xfadMs,  "val", NULL);
334 334
 
335
-  cmDspSysInstallCb(h, modp, mlbl("win"),  wnd_ctl, "sel",  NULL );
335
+  // TODO: FIX THIS: can't send window length (e.g. 1024,2048, ... ) to a 'MsgList' with 4 elements
336
+  // since it expects an index betweeen 0 and 3.  CRASH!
337
+  //cmDspSysInstallCb(h, modp, mlbl("win"),  wnd_ctl, "sel",  NULL );
338
+
339
+  
336 340
   cmDspSysInstallCb(h, modp, mlbl("hop"),  hop_ctl, "sel", NULL );
337 341
   cmDspSysInstallCb(h, modp, mlbl("mod"),  mod_ctl, "val", NULL );
338 342
   cmDspSysInstallCb(h, modp, mlbl("thr"),  thr_ctl, "val", NULL );

Loading…
Cancel
Save