readMIDIFile() reads a MIDI file, of course.
This essentially does the same as MIDIReader!(ubyte[]).readMIDI(), but is given for convenience.
It has two overloads, one for std.stdio.File objects, and one if you have the file path only.
See Implementation
readMIDIFile() reads a MIDI file, of course.
This essentially does the same as MIDIReader!(ubyte[]).readMIDI(), but is given for convenience.
It has two overloads, one for std.stdio.File objects, and one if you have the file path only.