Browse Source

cmMidiFile.h : Added comments.

master
kevin 11 years ago
parent
commit
6bc6511d8f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmMidiFile.h

+ 1
- 1
cmMidiFile.h View File

64
   {
64
   {
65
     unsigned                   uid;     // uid's are unique among all msg's in the file
65
     unsigned                   uid;     // uid's are unique among all msg's in the file
66
     unsigned                   dtick;   // delta ticks
66
     unsigned                   dtick;   // delta ticks
67
-    unsigned                   atick;   
67
+    unsigned                   atick;   // accumulated ticks
68
     cmMidiByte_t               status;  // ch msg's have the channel value removed (it is stored in u.chMsgPtr->ch)
68
     cmMidiByte_t               status;  // ch msg's have the channel value removed (it is stored in u.chMsgPtr->ch)
69
     cmMidiByte_t               metaId;  //
69
     cmMidiByte_t               metaId;  //
70
     unsigned short             trkIdx;  //  
70
     unsigned short             trkIdx;  //  

Loading…
Cancel
Save