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

Function tonic7

mingus/core/chords.py:583–585  ·  view source on GitHub ↗

Return the seventh chord in key.

(key)

Source from the content-addressed store, hash-verified

581
582
583def tonic7(key):
584 """Return the seventh chord in key."""
585 return sevenths(key)[0]
586
587
588def supertonic(key):

Callers 1

I7Function · 0.85

Calls 1

seventhsFunction · 0.85

Tested by

no test coverage detected