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

Function minor_second

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

Source from the content-addressed store, hash-verified

166
167
168def minor_second(note):
169 sec = second(note[0], "C")
170 return augment_or_diminish_until_the_interval_is_right(note, sec, 1)
171
172
173def major_second(note):

Callers

nothing calls this directly

Calls 2

secondFunction · 0.85

Tested by

no test coverage detected