FoxDot.lib.Chords

FoxDot.lib.Chords.I = P(0, 2, 4)

Class to represent any groupings of notes as denoted by brackets. PGroups should only be found within a Pattern object.

FoxDot.lib.Chords.II = P(1, 3, 5)

Class to represent any groupings of notes as denoted by brackets. PGroups should only be found within a Pattern object.

FoxDot.lib.Chords.III = P(2, 4, -1)

Class to represent any groupings of notes as denoted by brackets. PGroups should only be found within a Pattern object.

FoxDot.lib.Chords.IV = P(3, 5, 0)

Class to represent any groupings of notes as denoted by brackets. PGroups should only be found within a Pattern object.

FoxDot.lib.Chords.V = P(4, -1, 1)

Class to represent any groupings of notes as denoted by brackets. PGroups should only be found within a Pattern object.

FoxDot.lib.Chords.VI = P(5, 0, 2)

Class to represent any groupings of notes as denoted by brackets. PGroups should only be found within a Pattern object.

FoxDot.lib.Chords.VII = P(-1, 1, 3)

Class to represent any groupings of notes as denoted by brackets. PGroups should only be found within a Pattern object.

FoxDot.lib.Chords.I7 = P(0, 2, 4, 6)

Class to represent any groupings of notes as denoted by brackets. PGroups should only be found within a Pattern object.

FoxDot.lib.Chords.II7 = P(1, 3, 5, 7)

Class to represent any groupings of notes as denoted by brackets. PGroups should only be found within a Pattern object.

FoxDot.lib.Chords.III7 = P(2, 4, -1, 8)

Class to represent any groupings of notes as denoted by brackets. PGroups should only be found within a Pattern object.

FoxDot.lib.Chords.IV7 = P(3, 5, 0, 9)

Class to represent any groupings of notes as denoted by brackets. PGroups should only be found within a Pattern object.

FoxDot.lib.Chords.V7 = P(4, -1, 1, 10)

Class to represent any groupings of notes as denoted by brackets. PGroups should only be found within a Pattern object.

FoxDot.lib.Chords.VI7 = P(5, 0, 2, 11)

Class to represent any groupings of notes as denoted by brackets. PGroups should only be found within a Pattern object.

FoxDot.lib.Chords.VII7 = P(-1, 1, 3, 12)

Class to represent any groupings of notes as denoted by brackets. PGroups should only be found within a Pattern object.