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

Function perfect_fifth

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

Source from the content-addressed store, hash-verified

210
211
212def perfect_fifth(note):
213 return major_fifth(note)
214
215
216def minor_sixth(note):

Callers

nothing calls this directly

Calls 1

major_fifthFunction · 0.85

Tested by

no test coverage detected