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

TrackNumber Class

Track Number Meta Event.

For a list of all members of this type, see TrackNumber Members.

System.Object
   TrackEvent
      MetaEvent
         TrackNumber

public class TrackNumber : MetaEvent

Remarks

This is an optional event, which must occur only at the start of a track, before any non-zero delta-time.

For Format 2 MIDI files, this is used to identify each track. If omitted, the sequences are numbered sequentially in the order the tracks appear.

For Format 1 files, this event should occur on the first track only.

Requirements

Namespace: EF.SimpleMIDI

Assembly: EF.SimpleMIDI (in EF.SimpleMIDI.dll)

See Also

TrackNumber Members | EF.SimpleMIDI Namespace