Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ ascending
Method
ascending
mingus/core/scales.py:248–250 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
246
self.name =
"{0} phrygian"
.format(self.tonic)
247
248
def
ascending(self):
249
notes = Diatonic(self.tonic, (1, 5)).ascending()[:-1]
250
return
notes * self.octaves + [notes[0]]
251
252
253
class
Lydian(_Scale):
Callers
nothing calls this directly
Calls
2
Diatonic
Class · 0.85
ascending
Method · 0.45
Tested by
no test coverage detected