Value | Meaning |
---|---|
single0 | If the format is single, that means the MIDI data consists of a header chunk followed by a single track chunk. |
simultaneous1 | If the format is simultaneous, that means the MIDI track data consists of multiple tracks, running in parallel. |
sequential2 | If the format is sequential, that means the MIDI track data consists of multiple tracks, running sequentially. |
TrackFormat is the MIDI data's format.
This format is given in the header chunk of a MIDI file.