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