Audio Toolkit - midifileread
- :
msg =
midifileread(filename, [propertyname, propertyvalue …])
Read MIDI file into a midimsg
Inputs
filename - filename of file to open.
propertyname, properyvalue - optional propertyname/value pairs.
Known property values are:
- includemetaevents
A True/False value to include MetaEvents in the out message list.
Outputs
msg - a midimsg struct containing the messages read from the file
See also: midifileinfo, midimsg.