/// <summary>Initialize the track.</summary> public MidiTrack() { // Create the buffer to store all event information Events = new MidiEventCollection(); }