Quellcode durchsuchen

cmScore.h : Added comments.

master
Kevin Larke vor 9 Jahren
Ursprung
Commit
2d878144d2
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2
    0
      app/cmScore.h

+ 2
- 0
app/cmScore.h Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern