cmProc4.c : Fixed bug in _cmScMatcherStoreResult() which failed to copy the
'muid' from the matched midi event to the cmScMatcherResult_t result record.
This commit is contained in:
parent
80b094d205
commit
e540ee91f9
@ -1349,6 +1349,7 @@ void _cmScMatcherStoreResult( cmScMatcher* p, unsigned locIdx, unsigned scEvtIdx
|
|||||||
rp->locIdx = locIdx;
|
rp->locIdx = locIdx;
|
||||||
rp->scEvtIdx = scEvtIdx;
|
rp->scEvtIdx = scEvtIdx;
|
||||||
rp->mni = mp->mni;
|
rp->mni = mp->mni;
|
||||||
|
rp->muid = mp->muid;
|
||||||
rp->smpIdx = mp->smpIdx;
|
rp->smpIdx = mp->smpIdx;
|
||||||
rp->pitch = mp->pitch;
|
rp->pitch = mp->pitch;
|
||||||
rp->vel = mp->vel;
|
rp->vel = mp->vel;
|
||||||
|
Loading…
Reference in New Issue
Block a user