From 6bc6511d8f4079f54707d9d6233255da5fea87cf Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 5 Nov 2013 12:52:23 -0800 Subject: [PATCH] cmMidiFile.h : Added comments. --- cmMidiFile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmMidiFile.h b/cmMidiFile.h index 4f7463a..15a61dd 100644 --- a/cmMidiFile.h +++ b/cmMidiFile.h @@ -64,7 +64,7 @@ extern "C" { { unsigned uid; // uid's are unique among all msg's in the file unsigned dtick; // delta ticks - unsigned atick; + unsigned atick; // accumulated ticks cmMidiByte_t status; // ch msg's have the channel value removed (it is stored in u.chMsgPtr->ch) cmMidiByte_t metaId; // unsigned short trkIdx; //