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

Method descending

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

Source from the content-addressed store, hash-verified

508 return notes * self.octaves + [notes[0]]
509
510 def descending(self):
511 notes = NaturalMinor(self.tonic).descending()[:-1]
512 notes[6] = diminish(notes[6])
513 return notes * self.octaves + [notes[0]]
514
515
516# Other scales

Callers

nothing calls this directly

Calls 3

diminishFunction · 0.90
NaturalMinorClass · 0.85
descendingMethod · 0.45

Tested by

no test coverage detected