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

Function mediant7

mingus/core/chords.py:613–615  ·  view source on GitHub ↗

Returns the mediant seventh chord in key.

(key)

Source from the content-addressed store, hash-verified

611
612
613def mediant7(key):
614 """Returns the mediant seventh chord in key."""
615 return sevenths(key)[2]
616
617
618def subdominant(key):

Callers 2

iii7Function · 0.85
III7Function · 0.85

Calls 1

seventhsFunction · 0.85

Tested by

no test coverage detected