Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ ascending
Method
ascending
mingus/core/scales.py:292–294 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
290
self.name =
"{0} mixolydian"
.format(self.tonic)
291
292
def
ascending(self):
293
notes = Diatonic(self.tonic, (3, 6)).ascending()[:-1]
294
return
notes * self.octaves + [notes[0]]
295
296
297
class
Aeolian(_Scale):
Callers
nothing calls this directly
Calls
2
Diatonic
Class · 0.85
ascending
Method · 0.45
Tested by
no test coverage detected