Some midi files have more than 1 track.
How do I merge the events from these tracks (in order of StartTime) into a single array/list, using the NAudio library?
I want to capture all NoteOn, NoteOff, and DamperPedal events in ascending order (StartTime).