MCPcopy 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
366class HarmonicMajor(_Scale):

Callers 15

determineFunction · 0.45
__eq__Method · 0.45
ascendingMethod · 0.45
ascendingMethod · 0.45
ascendingMethod · 0.45
ascendingMethod · 0.45
ascendingMethod · 0.45
ascendingMethod · 0.45
ascendingMethod · 0.45
ascendingMethod · 0.45
ascendingMethod · 0.45
ascendingMethod · 0.45

Calls 1

get_notesFunction · 0.90

Tested by 1

scaleTestMethod · 0.36