Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ ascending
Method
ascending
mingus/core/scales.py:270–272 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
268
self.name =
"{0} lydian"
.format(self.tonic)
269
270
def
ascending(self):
271
notes = Diatonic(self.tonic, (4, 7)).ascending()[:-1]
272
return
notes * self.octaves + [notes[0]]
273
274
275
class
Mixolydian(_Scale):
Callers
nothing calls this directly
Calls
2
Diatonic
Class · 0.85
ascending
Method · 0.45
Tested by
no test coverage detected