: info = midifileinfo (filename)

Read MIDI file and display information about the tracks and data

Inputs

filename - filename of file to open.

Outputs

info - structure of the midi file data with the following fields:

filename

the name of the file

header

The header block information

track

An array of tracks read from the file

other

An array of non-track midi blocks read from the file

See also: midifileread.

Package: audio