public static IEnumerable <Note> ExtractNotes(this IEnumerable <MIDIEvent> seq, FastList <MIDIEvent> otherEvents) { return(NoteConversion.ExtractNotes(seq, otherEvents)); }
public static IEnumerable <Note> ExtractNotes(this IEnumerable <MIDIEvent> seq) { return(NoteConversion.ExtractNotes(seq)); }