From 83baef16a408fbbda5ca0678a7a2540fa4c2dfeb Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 11 Jul 2013 12:21:55 -0700 Subject: [PATCH] cmDspPgmKr.c:Changed _cmDspSysPgm_TimeLine() such that the 'activeMeas' add command is sent from the 'typeId' field of the performance eval. MsgList. --- dsp/cmDspPgmKr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dsp/cmDspPgmKr.c b/dsp/cmDspPgmKr.c index 16d105c..8a57b70 100644 --- a/dsp/cmDspPgmKr.c +++ b/dsp/cmDspPgmKr.c @@ -174,10 +174,10 @@ cmDspRC_t _cmDspSysPgm_TimeLine(cmDspSysH_t h, void** userPtrPtr ) cmDspSysInstallCb( h, mlst, "typeId", amp, "type",NULL ); cmDspSysInstallCb( h, mlst, "val", amp, "val", NULL ); cmDspSysInstallCb( h, mlst, "cost", amp, "cst", NULL ); - cmDspSysInstallCb( h, mlst, "cost", amCmd, "add", NULL ); + cmDspSysInstallCb( h, mlst, "typeId", amCmd, "add", NULL ); cmDspSysInstallCb( h, sfp, "out", amp, "sfloc", NULL ); - cmDspSysInstallCb( h, amp, "even", prd, "in", NULL ); - cmDspSysInstallCb( h, amp, "dyn", pre, "in", NULL ); + cmDspSysInstallCb( h, amp, "even", pre, "in", NULL ); + cmDspSysInstallCb( h, amp, "dyn", prd, "in", NULL ); cmDspSysInstallCb( h, amp, "tempo", prt, "in", NULL ); cmDspSysInstallCb( h, amp, "cost", prc, "in", NULL );