A MIDI Library for .NET

Chord.FindMatchingChords Method

Returns a list of chords which match the set of input pitches.

public static List<Chord> FindMatchingChords(
   List<Pitchpitches
);

Parameters

pitches
Notes being analyzed.

Return Value

A (possibly empty) list of chords.

See Also

Chord Class | Midi Namespace