cmDspPgmKr.c : Patched scMod.post to achan.trig (but commented out).

This commit is contained in:
kevin 2013-09-30 11:04:49 -07:00
parent de58bb5232
commit fb509b10c7

View File

@ -1536,7 +1536,7 @@ cmDspRC_t _cmDspSysPgm_TimeLine(cmDspSysH_t h, void** userPtrPtr )
cmDspInst_t* prePath = cmDspSysAllocInst( h, "Fname", "prePath", 3, true,NULL,r.tlPrefixPath); cmDspInst_t* prePath = cmDspSysAllocInst( h, "Fname", "prePath", 3, true,NULL,r.tlPrefixPath);
//--------------- Recorded evaluation and Active Measurement related controls //--------------- Recorded performance evaluation and Active Measurement related controls
cmDspInst_t* clrBtn = cmDspSysAllocButton( h, "clear", 0); cmDspInst_t* clrBtn = cmDspSysAllocButton( h, "clear", 0);
cmDspInst_t* prtBtn = cmDspSysAllocButton( h, "dump", 0); cmDspInst_t* prtBtn = cmDspSysAllocButton( h, "dump", 0);
cmDspInst_t* mlst = cmDspSysAllocInst( h, "MsgList", NULL, 3, "meas", r.measFn, 2); cmDspInst_t* mlst = cmDspSysAllocInst( h, "MsgList", NULL, 3, "meas", r.measFn, 2);
@ -1828,6 +1828,8 @@ cmDspRC_t _cmDspSysPgm_TimeLine(cmDspSysH_t h, void** userPtrPtr )
// active measure loc to xfad channel trigger // active measure loc to xfad channel trigger
cmDspSysInstallCb( h, amp, "scloc", achan0, "trig", NULL ); cmDspSysInstallCb( h, amp, "scloc", achan0, "trig", NULL );
cmDspSysInstallCb( h, amp, "scloc", achan1, "trig", NULL ); cmDspSysInstallCb( h, amp, "scloc", achan1, "trig", NULL );
//cmDspSysInstallCb( h, modp, "post", achan0, "trig", NULL );
//cmDspSysInstallCb( h, modp, "post", achan1, "trig", NULL );
// xfade router channel selection // xfade router channel selection
cmDspSysInstallCb( h, achan0, "ch", mod_rt_00, "sel", NULL ); cmDspSysInstallCb( h, achan0, "ch", mod_rt_00, "sel", NULL );