parker.chords

class parker.chords.Chord(chord=None, octave=None)[source]

Source Material: https://en.wikipedia.org/wiki/Chord_(music)

all_transpositions()

Create all available named transpositions

augment()
augmented_eleventh_down()
augmented_eleventh_up()
augmented_ninth_down()
augmented_ninth_up()
clone()
compound_augmented_fourth_down()
compound_augmented_fourth_up()
compound_augmented_second_down()
compound_augmented_second_up()
compound_major_second_down()
compound_major_second_up()
compound_major_sixth_down()
compound_major_sixth_up()
compound_major_third_down()
compound_major_third_up()
compound_minor_second_down()
compound_minor_second_up()
compound_minor_sixth_down()
compound_minor_sixth_up()
compound_minor_third_down()
compound_minor_third_up()
compound_perfect_fourth_down()
compound_perfect_fourth_up()
diminish()
get_notes()
get_octave_construction()
get_scale()[source]
highest_note()
lowest_note()
major_eleventh_down()
major_eleventh_up()
major_fifth_down()
major_fifth_up()
major_fourth_down()
major_fourth_up()
major_ninth_down()
major_ninth_up()
major_second_down()
major_second_up()
major_seventh_down()
major_seventh_up()
major_sixth_down()
major_sixth_up()
major_tenth_down()
major_tenth_up()
major_third_down()
major_third_up()
major_thirteenth_down()
major_thirteenth_up()
minor_fifth_down()
minor_fifth_up()
minor_ninth_down()
minor_ninth_up()
minor_second_down()
minor_second_up()
minor_seventh_down()
minor_seventh_up()
minor_sixth_down()
minor_sixth_up()
minor_tenth_down()
minor_tenth_up()
minor_third_down()
minor_third_up()
minor_thirteenth_down()
minor_thirteenth_up()
notes = []
octave_down()
octave_up()
perfect_fifth_down()
perfect_fifth_up()
perfect_fourth_down()
perfect_fourth_up()
root = None
set_augment()
set_diminish()
set_transpose(amount)
transpose(amount)
transpose_list(lst)
walk(func)
chords.produce_all_chords(root)

Produce all chords given a root note.

Returns a dictionary of chord names as the key and the chord object as the value.