Ejemplo n.º 1
0
 /// <summary>
 /// Calculates the length of a <see cref="TrackEventCollection"/>, in bytes.
 /// </summary>
 /// <param name="events">The <see cref="TrackEventCollection"/>.</param>
 /// <returns>The length of <paramref name="events"/>, in bytes.</returns>
 public static uint Length(TrackEventCollection events)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public MidiTrack()
 {
     Events = new TrackEventCollection();
 }