MCPcopy Create free account
hub / github.com/bspaans/python-mingus / dominant7

Function dominant7

mingus/core/chords.py:643–645  ·  view source on GitHub ↗

Return the dominant seventh chord in key.

(key)

Source from the content-addressed store, hash-verified

641
642
643def dominant7(key):
644 """Return the dominant seventh chord in key."""
645 return sevenths(key)[4]
646
647
648def submediant(key):

Callers 1

V7Function · 0.85

Calls 1

seventhsFunction · 0.85

Tested by

no test coverage detected