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

Method ascending

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

Source from the content-addressed store, hash-verified

224 self.name = "{0} dorian".format(self.tonic)
225
226 def ascending(self):
227 notes = Diatonic(self.tonic, (2, 6)).ascending()[:-1]
228 return notes * self.octaves + [notes[0]]
229
230
231class Phrygian(_Scale):

Callers

nothing calls this directly

Calls 2

DiatonicClass · 0.85
ascendingMethod · 0.45

Tested by

no test coverage detected