MCPcopy Create free account
hub / github.com/bspaans/python-mingus / ascending

Method ascending

mingus/core/scales.py:383–386  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

381 self.name = "{0} harmonic major".format(self.tonic)
382
383 def ascending(self):
384 notes = Major(self.tonic).ascending()[:-1]
385 notes[5] = diminish(notes[5])
386 return notes * self.octaves + [notes[0]]
387
388
389# The minor scales

Callers

nothing calls this directly

Calls 3

diminishFunction · 0.90
MajorClass · 0.85
ascendingMethod · 0.45

Tested by

no test coverage detected