Enum MidiFileFormat
Format of a Standard MIDI file which specifies overall structure of the file.
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum MidiFileFormat : ushort
Fields
Name | Description |
---|---|
MultiSequence | The file contains one or more sequentially independent single-track patterns. |
MultiTrack | The file contains one or more simultaneous tracks (or MIDI outputs) of a sequence. |
SingleTrack | The file contains a single multi-channel track. |