浏览代码

cmScore.h : Added comments.

master
Kevin Larke 9 年前
父节点
当前提交
2d878144d2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      app/cmScore.h

+ 2
- 0
app/cmScore.h 查看文件

@@ -92,6 +92,8 @@ extern "C" {
92 92
     unsigned     line;         // Line number of this event in the score file.
93 93
   } cmScoreEvt_t;
94 94
 
95
+  // A 'set' is a collection of events that are grouped in time and all marked with a given attribute.
96
+  // (e.g. eveness, tempo, dynamcs ... )
95 97
   typedef struct cmScoreSet_str
96 98
   {
97 99
     unsigned               varId;      // See kXXXVarScId flags above

正在加载...
取消
保存