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