|
|
|
|
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; //
|