cmScore.h : Added comments.
This commit is contained in:
parent
74f5aea7b1
commit
2d878144d2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user