Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ ascending
Method
ascending
mingus/core/scales.py:336–338 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
334
self.name =
"{0} locrian"
.format(self.tonic)
335
336
def
ascending(self):
337
notes = Diatonic(self.tonic, (1, 4)).ascending()[:-1]
338
return
notes * self.octaves + [notes[0]]
339
340
341
# The major scales
Callers
nothing calls this directly
Calls
2
Diatonic
Class · 0.85
ascending
Method · 0.45
Tested by
no test coverage detected