From d22cf3aa562dbe76e6e7620848936596a2ef5dab Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 26 Jun 2015 18:56:25 -0400 Subject: [PATCH] cmDspPgmKr.c : Changed label of MidiFilePlayer 'mu' output to 'id' in 'time-line' patch. --- dsp/cmDspPgmKr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsp/cmDspPgmKr.c b/dsp/cmDspPgmKr.c index b8ccf64..2595de4 100644 --- a/dsp/cmDspPgmKr.c +++ b/dsp/cmDspPgmKr.c @@ -382,7 +382,7 @@ cmDspRC_t _cmDspSysPgm_TimeLine(cmDspSysH_t h, void** userPtrPtr ) cmErr_t err; krRsrc_t r; bool fragFl = false; - bool useWtFl = false; + bool useWtFl = true; bool useChain1Fl = true; bool useInputEqFl = false; bool useInCompFl = true; @@ -1048,7 +1048,7 @@ cmDspRC_t _cmDspSysPgm_TimeLine(cmDspSysH_t h, void** userPtrPtr ) cmDspSysInstallCb(h, siRt, "f-out-1", sfp, "smpidx",NULL ); // leave siRt.f-out-1 unconnected because it should be ignored in 'simulate mode' - cmDspSysInstallCb(h, mfp, "mu", muRt, "f-in", NULL ); + cmDspSysInstallCb(h, mfp, "id", muRt, "f-in", NULL ); cmDspSysInstallCb(h, muRt, "f-out-1", sfp, "muid", NULL ); // leave muRt.f-out-1 unconnected because it should be ignored in 'simulate mode'