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

Function minor_fourth

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

Source from the content-addressed store, hash-verified

186
187
188def minor_fourth(note):
189 frt = fourth(note[0], "C")
190 return augment_or_diminish_until_the_interval_is_right(note, frt, 4)
191
192
193def major_fourth(note):

Callers

nothing calls this directly

Calls 2

fourthFunction · 0.85

Tested by

no test coverage detected