How to store MIDI event data using MD_MIDIFile?

I am trying to use the information contained within MIDI files to move several servos and motors. I was able to use the "MD_MIDIFile_Dump" example to print all of the contents of the file to the serial monitor, but how would I use this library to store the note_on events notes and their respective times for a particular track?

Hello sm_robot
Post your sketch, well formated, with comments and in so called code tags "</>" to see how we can help.
Have a nice day and enjoy coding in C++.

you has the file, look how it is written.

I don't see any examples for the MD_MIDIFile library that look like they write into a file. It looks like the library is all about turning a MIDI file back into MIDI. You may have to find a different library for writing MIDI files.