Просмотр исходного кода

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 лет назад
Родитель
Сommit
e540ee91f9
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      cmProc4.c

+ 1
- 0
cmProc4.c Просмотреть файл

@@ -1349,6 +1349,7 @@ void _cmScMatcherStoreResult( cmScMatcher* p, unsigned locIdx, unsigned scEvtIdx
1349 1349
   rp->locIdx   = locIdx;
1350 1350
   rp->scEvtIdx = scEvtIdx;
1351 1351
   rp->mni      = mp->mni;
1352
+  rp->muid     = mp->muid;
1352 1353
   rp->smpIdx   = mp->smpIdx;
1353 1354
   rp->pitch    = mp->pitch;
1354 1355
   rp->vel      = mp->vel;

Загрузка…
Отмена
Сохранить