소스 검색

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

Loading…
취소
저장