Enum DiatonicChordType
Whether a diatonic chord is built as a triad or a seventh chord.
public enum DiatonicChordType
Fields
Triad = 0Three-note triad.
Seventh = 1Four-note seventh chord.
Whether a diatonic chord is built as a triad or a seventh chord.
public enum DiatonicChordType
Triad = 0Three-note triad.
Seventh = 1Four-note seventh chord.