Browse Source

Merge branch 'master' of klarke.webfactional.com:webapps/gitweb/repos/libcm

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

+ 5
- 1
dsp/cmDspPgmKrChain.c View File

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

Loading…
Cancel
Save