Explorar el Código

cmMidiFile.h : Added comments.

master
kevin hace 11 años
padre
commit
6bc6511d8f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      cmMidiFile.h

+ 1
- 1
cmMidiFile.h Ver fichero

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

Loading…
Cancelar
Guardar