Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ major_fourth
Function
major_fourth
mingus/core/intervals.py:193–195 ·
view source on GitHub ↗
(note)
Source
from the content-addressed store, hash-verified
191
192
193
def
major_fourth(note):
194
frt = fourth(note[0],
"C"
)
195
return
augment_or_diminish_until_the_interval_is_right(note, frt, 5)
196
197
198
def
perfect_fourth(note):
Callers
1
perfect_fourth
Function · 0.85
Calls
2
fourth
Function · 0.85
augment_or_diminish_until_the_interval_is_right
Function · 0.85
Tested by
no test coverage detected