HeaderChunk

HeaderChunk is the first chunk in a MIDI file. It gives information about the format of the other chunks.

Members

Variables

division
TimeDivision division;
nTracks
ushort nTracks;

The number of tracks in the data.

trackFormat
TrackFormat trackFormat;

The track format (the possible values are given in the enum mididi.def.TrackFormat).

Meta