cmDspPgmKrTimeLineLite.c : 'recall' button now triggers cross-fade.

This commit is contained in:
kevin 2016-05-19 13:03:34 -04:00
parent 01a95645b5
commit a39bae3133

View File

@ -207,9 +207,10 @@ cmDspRC_t _cmDspSysPgm_TimeLineLite(cmDspSysH_t h, void** userPtrPtr )
// *****
// active measure loc to xfad channel trigger
cmDspSysInstallCb( h, amp, "scloc", c0.achan, "trig", NULL ); // See Also: modp.sw ->achan.trig
cmDspSysInstallCb( h, amp, "scloc", c1.achan, "trig", NULL );
cmDspSysInstallCb( h, amp, "scloc",c0.achan, "trig", NULL ); // See Also: modp.sw ->achan.trig
cmDspSysInstallCb( h, amp, "scloc",c1.achan, "trig", NULL );
cmDspSysInstallCb( h, recallBtn, "sym", c0.achan, "trig", NULL );
cmDspSysInstallCb( h, recallBtn, "sym", c1.achan, "trig", NULL );
cmDspSysInstallCb( h, amp, "even", pre, "in", NULL ); // active meas output to printers
cmDspSysInstallCb( h, amp, "dyn", prd, "in", NULL );