A MIDI Library for .NET

Chord Class

A chord.

For a list of all members of this type, see Chord Members .

System.Object
   Chord

public class Chord

Remarks

A chord is defined by its root note, the sequence of semitones, the sequence of letters, and the inversion. The root note is described with a Note because we want to be able to talk about the chord independent of any one octave. The pattern of semitones and letters is given by the Pattern nested class. The inversion is an integer indicating how many rotations the pattern has undergone.

This class comes with a collection of predefined chord patterns, such as Major and Minor.

Requirements

Namespace: Midi

Assembly: Midi (in Midi.dll)

See Also

Chord Members | Midi Namespace