Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ ascending
Method
ascending
mingus/core/scales.py:361–363 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
359
self.name =
"{0} major"
.format(self.tonic)
360
361
def
ascending(self):
362
notes = get_notes(self.tonic)
363
return
notes * self.octaves + [notes[0]]
364
365
366
class
HarmonicMajor(_Scale):
Callers
15
determine
Function · 0.45
__eq__
Method · 0.45
ascending
Method · 0.45
ascending
Method · 0.45
ascending
Method · 0.45
ascending
Method · 0.45
ascending
Method · 0.45
ascending
Method · 0.45
ascending
Method · 0.45
ascending
Method · 0.45
ascending
Method · 0.45
ascending
Method · 0.45
Calls
1
get_notes
Function · 0.90
Tested by
1
scaleTest
Method · 0.36