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

Method descending

mingus/core/scales.py:127–129  ·  view source on GitHub ↗

Return the list of descending notes.

(self)

Source from the content-addressed store, hash-verified

125 raise NotImplementedError
126
127 def descending(self):
128 """Return the list of descending notes."""
129 return list(reversed(self.ascending()))
130
131 def degree(self, degree_number, direction="a"):
132 """Return the asked scale degree.

Callers 7

__str__Method · 0.95
__eq__Method · 0.95
degreeMethod · 0.95
determineFunction · 0.45
descendingMethod · 0.45
descendingMethod · 0.45
scaleTestMethod · 0.45

Calls 1

ascendingMethod · 0.95

Tested by 1

scaleTestMethod · 0.36