Browse Source

cmScore.h : Added comments.

master
Kevin Larke 9 years ago
parent
commit
2d878144d2
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      app/cmScore.h

+ 2
- 0
app/cmScore.h View File

@@ -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…
Cancel
Save