A class library for opening, parsing, and saving MIDI files.

Header.NumTracks Property

Gets/sets the number of Track chunks, as indicated by the Header in the MIDI file.

public int NumTracks {get; set;}

Property Value

The number of Track chunks, as indicated by the Header in the MIDI file.

Remarks

It's important to note that this Header field can be set to a number different from the actual number of Track objects in the MIDIFile.

See Also

Header Class | EF.SimpleMIDI Namespace