示例#1
0
 public static IEnumerable <Note> ExtractNotes(this IEnumerable <MIDIEvent> seq, FastList <MIDIEvent> otherEvents)
 {
     return(NoteConversion.ExtractNotes(seq, otherEvents));
 }
示例#2
0
 public static IEnumerable <Note> ExtractNotes(this IEnumerable <MIDIEvent> seq)
 {
     return(NoteConversion.ExtractNotes(seq));
 }