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

Function minor_third

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

Source from the content-addressed store, hash-verified

176
177
178def minor_third(note):
179 trd = third(note[0], "C")
180 return augment_or_diminish_until_the_interval_is_right(note, trd, 3)
181
182
183def major_third(note):

Callers

nothing calls this directly

Calls 2

thirdFunction · 0.85

Tested by

no test coverage detected