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

Method ascending

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

Source from the content-addressed store, hash-verified

407 self.name = "{0} natural minor".format(self.tonic)
408
409 def ascending(self):
410 notes = get_notes(self.tonic.lower())
411 return notes * self.octaves + [notes[0]]
412
413
414class HarmonicMinor(_Scale):

Callers

nothing calls this directly

Calls 1

get_notesFunction · 0.90

Tested by

no test coverage detected