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

Function perfect_fourth

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

Source from the content-addressed store, hash-verified

196
197
198def perfect_fourth(note):
199 return major_fourth(note)
200
201
202def minor_fifth(note):

Callers

nothing calls this directly

Calls 1

major_fourthFunction · 0.85

Tested by

no test coverage detected