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

Function major_seventh

mingus/core/intervals.py:231–233  ·  view source on GitHub ↗
(note)

Source from the content-addressed store, hash-verified

229
230
231def major_seventh(note):
232 sth = seventh(note[0], "C")
233 return augment_or_diminish_until_the_interval_is_right(note, sth, 11)
234
235
236def get_interval(note, interval, key="C"):

Callers

nothing calls this directly

Calls 2

seventhFunction · 0.70

Tested by

no test coverage detected