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

Function major_third

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

Source from the content-addressed store, hash-verified

181
182
183def major_third(note):
184 trd = third(note[0], "C")
185 return augment_or_diminish_until_the_interval_is_right(note, trd, 4)
186
187
188def minor_fourth(note):

Callers

nothing calls this directly

Calls 2

thirdFunction · 0.85

Tested by

no test coverage detected