cmScore.h : Added comments.

This commit is contained in:
Kevin Larke 2015-02-08 08:55:40 -08:00
parent 74f5aea7b1
commit 2d878144d2

View File

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