cmDspPgmKr.c : Patched scMod.post to achan.trig (but commented out).
This commit is contained in:
parent
de58bb5232
commit
fb509b10c7
@ -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);
|
||||
|
||||
|
||||
//--------------- Recorded evaluation and Active Measurement related controls
|
||||
//--------------- Recorded performance evaluation and Active Measurement related controls
|
||||
cmDspInst_t* clrBtn = cmDspSysAllocButton( h, "clear", 0);
|
||||
cmDspInst_t* prtBtn = cmDspSysAllocButton( h, "dump", 0);
|
||||
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
|
||||
cmDspSysInstallCb( h, amp, "scloc", achan0, "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
|
||||
cmDspSysInstallCb( h, achan0, "ch", mod_rt_00, "sel", NULL );
|
||||
|
Loading…
Reference in New Issue
Block a user