Gets the Header chunk of the MIDIFile.
The Header chunk of the MIDIFile.
Returns the first Chunk in the ChunkCollection. The first Chunk should always be a Header chunk.
EF.SimpleMIDI.MIDIFile mf;
mf = new EF.SimpleMIDI.MIDIFile(@"C:\WINNT\Media\CANYON.MID");
mf.Header.FileType = EF.SimpleMIDI.MIDIFileType.SingleTrack;