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

Method octave_down

mingus/containers/note.py:172–174  ·  view source on GitHub ↗

Decrement the current octave with 1.

(self)

Source from the content-addressed store, hash-verified

170 self.change_octave(1)
171
172 def octave_down(self):
173 """Decrement the current octave with 1."""
174 self.change_octave(-1)
175
176 def remove_redundant_accidentals(self):
177 """Call notes.remove_redundant_accidentals on this note's name."""

Callers 2

improviser.pyFile · 0.80

Calls 1

change_octaveMethod · 0.95

Tested by

no test coverage detected