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

Function minor_seventh

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

Source from the content-addressed store, hash-verified

224
225
226def minor_seventh(note):
227 sth = seventh(note[0], "C")
228 return augment_or_diminish_until_the_interval_is_right(note, sth, 10)
229
230
231def major_seventh(note):

Callers

nothing calls this directly

Calls 2

seventhFunction · 0.70

Tested by

no test coverage detected