protected bool Equals(TrackMidiEvent other)
 {
     return(base.Equals(other) && Track == other.Track);
 }
 protected bool Equals(TrackMidiEvent other)
 {
     return base.Equals(other) && Track == other.Track;
 }