소스 검색

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,7 +65,7 @@ extern "C" {
65 65
 
66 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 70
 #ifdef __cplusplus
71 71
 }

Loading…
취소
저장