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

Function major_sixth

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

Source from the content-addressed store, hash-verified

219
220
221def major_sixth(note):
222 sth = sixth(note[0], "C")
223 return augment_or_diminish_until_the_interval_is_right(note, sth, 9)
224
225
226def minor_seventh(note):

Callers

nothing calls this directly

Calls 2

sixthFunction · 0.85

Tested by

no test coverage detected