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

Function minor_fifth

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

Source from the content-addressed store, hash-verified

200
201
202def minor_fifth(note):
203 fif = fifth(note[0], "C")
204 return augment_or_diminish_until_the_interval_is_right(note, fif, 6)
205
206
207def major_fifth(note):

Callers

nothing calls this directly

Calls 2

fifthFunction · 0.85

Tested by

no test coverage detected