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

Function major_fifth

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

Source from the content-addressed store, hash-verified

205
206
207def major_fifth(note):
208 fif = fifth(note[0], "C")
209 return augment_or_diminish_until_the_interval_is_right(note, fif, 7)
210
211
212def perfect_fifth(note):

Callers 1

perfect_fifthFunction · 0.85

Calls 2

fifthFunction · 0.85

Tested by

no test coverage detected