Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
613
def
mediant7(key):
614
""
"Returns the mediant seventh chord in key."
""
615
return
sevenths(key)[2]
616
617
618
def
subdominant(key):
Callers
2
iii7
Function · 0.85
III7
Function · 0.85
Calls
1
sevenths
Function · 0.85
Tested by
no test coverage detected