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

Function major_second

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

Source from the content-addressed store, hash-verified

171
172
173def major_second(note):
174 sec = second(note[0], "C")
175 return augment_or_diminish_until_the_interval_is_right(note, sec, 2)
176
177
178def minor_third(note):

Callers

nothing calls this directly

Calls 2

secondFunction · 0.85

Tested by

no test coverage detected