Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ minor_fourth
Function
minor_fourth
mingus/core/intervals.py:188–190 ·
view source on GitHub ↗
(note)
Source
from the content-addressed store, hash-verified
186
187
188
def
minor_fourth(note):
189
frt = fourth(note[0],
"C"
)
190
return
augment_or_diminish_until_the_interval_is_right(note, frt, 4)
191
192
193
def
major_fourth(note):
Callers
nothing calls this directly
Calls
2
fourth
Function · 0.85
augment_or_diminish_until_the_interval_is_right
Function · 0.85
Tested by
no test coverage detected