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

Function minor_sixth

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

Source from the content-addressed store, hash-verified

214
215
216def minor_sixth(note):
217 sth = sixth(note[0], "C")
218 return augment_or_diminish_until_the_interval_is_right(note, sth, 8)
219
220
221def major_sixth(note):

Callers

nothing calls this directly

Calls 2

sixthFunction · 0.85

Tested by

no test coverage detected