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

Function submediant7

mingus/core/chords.py:658–660  ·  view source on GitHub ↗

Return the submediant seventh chord in key.

(key)

Source from the content-addressed store, hash-verified

656
657
658def submediant7(key):
659 """Return the submediant seventh chord in key."""
660 return sevenths(key)[5]
661
662
663def subtonic(key):

Callers 2

vi7Function · 0.85
VI7Function · 0.85

Calls 1

seventhsFunction · 0.85

Tested by

no test coverage detected