Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
658
def
submediant7(key):
659
""
"Return the submediant seventh chord in key."
""
660
return
sevenths(key)[5]
661
662
663
def
subtonic(key):
Callers
2
vi7
Function · 0.85
VI7
Function · 0.85
Calls
1
sevenths
Function · 0.85
Tested by
no test coverage detected