From 2d878144d22024c345650bcd5a83b2eefb200fe8 Mon Sep 17 00:00:00 2001 From: Kevin Larke Date: Sun, 8 Feb 2015 08:55:40 -0800 Subject: [PATCH] cmScore.h : Added comments. --- app/cmScore.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/cmScore.h b/app/cmScore.h index 3d7f1f7..ae93ce5 100644 --- a/app/cmScore.h +++ b/app/cmScore.h @@ -92,6 +92,8 @@ extern "C" { unsigned line; // Line number of this event in the score file. } 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 { unsigned varId; // See kXXXVarScId flags above