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

Function major_fourth

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

Source from the content-addressed store, hash-verified

191
192
193def major_fourth(note):
194 frt = fourth(note[0], "C")
195 return augment_or_diminish_until_the_interval_is_right(note, frt, 5)
196
197
198def perfect_fourth(note):

Callers 1

perfect_fourthFunction · 0.85

Calls 2

fourthFunction · 0.85

Tested by

no test coverage detected