Преглед изворни кода

cmXScore.h/c :Added 'reorderFn' arg. to cmXScoreTest(). Fixed bug where dynamcics and section number was not output to CSV. Added section number to end of measurement groups.

master
kevin пре 8 година
родитељ
комит
c07d5fbc8d
2 измењених фајлова са 280 додато и 224 уклоњено
  1. 279
    223
      app/cmXScore.c
  2. 1
    1
      app/cmXScore.h

+ 279
- 223
app/cmXScore.c
Разлика између датотеке није приказан због своје велике величине
Прегледај датотеку


+ 1
- 1
app/cmXScore.h Прегледај датотеку

65
 
65
 
66
   void     cmXScoreReport( cmXsH_t h, cmRpt_t* rpt, bool sortFl );
66
   void     cmXScoreReport( cmXsH_t h, cmRpt_t* rpt, bool sortFl );
67
 
67
 
68
-  cmXsRC_t cmXScoreTest( cmCtx_t* ctx, const cmChar_t* xmlFn, const cmChar_t* midiFn, const cmChar_t* outFn, const cmChar_t* dynFn );
68
+  cmXsRC_t cmXScoreTest( cmCtx_t* ctx, const cmChar_t* xmlFn, const cmChar_t* midiFn, const cmChar_t* outFn, const cmChar_t* dynFn, const cmChar_t* reorderFn );
69
   
69
   
70
 #ifdef __cplusplus
70
 #ifdef __cplusplus
71
 }
71
 }

Loading…
Откажи
Сачувај