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.
这个提交包含在:
父节点
4017b8bbaa
当前提交
c07d5fbc8d
504
app/cmXScore.c
504
app/cmXScore.c
文件差异内容过多而无法显示
加载差异
@ -65,7 +65,7 @@ extern "C" {
|
||||
|
||||
void cmXScoreReport( cmXsH_t h, cmRpt_t* rpt, bool sortFl );
|
||||
|
||||
cmXsRC_t cmXScoreTest( cmCtx_t* ctx, const cmChar_t* xmlFn, const cmChar_t* midiFn, const cmChar_t* outFn, const cmChar_t* dynFn );
|
||||
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 );
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户