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

Method ascending

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

Source from the content-addressed store, hash-verified

429 self.name = "{0} harmonic minor".format(self.tonic)
430
431 def ascending(self):
432 notes = NaturalMinor(self.tonic).ascending()[:-1]
433 notes[6] = augment(notes[6])
434 return notes * self.octaves + [notes[0]]
435
436
437class MelodicMinor(_Scale):

Callers

nothing calls this directly

Calls 3

augmentFunction · 0.90
NaturalMinorClass · 0.85
ascendingMethod · 0.45

Tested by

no test coverage detected