Browse Source

cmProc4.c : Fixed bug in _cmScMatcherStoreResult() which failed to copy the

'muid' from the matched midi event to the cmScMatcherResult_t result record.
master
Kevin Larke 9 years ago
parent
commit
e540ee91f9
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      cmProc4.c

+ 1
- 0
cmProc4.c View File

1349
   rp->locIdx   = locIdx;
1349
   rp->locIdx   = locIdx;
1350
   rp->scEvtIdx = scEvtIdx;
1350
   rp->scEvtIdx = scEvtIdx;
1351
   rp->mni      = mp->mni;
1351
   rp->mni      = mp->mni;
1352
+  rp->muid     = mp->muid;
1352
   rp->smpIdx   = mp->smpIdx;
1353
   rp->smpIdx   = mp->smpIdx;
1353
   rp->pitch    = mp->pitch;
1354
   rp->pitch    = mp->pitch;
1354
   rp->vel      = mp->vel;
1355
   rp->vel      = mp->vel;

Loading…
Cancel
Save