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

Method octave_up

mingus/containers/note.py:168–170  ·  view source on GitHub ↗

Increment the current octave with 1.

(self)

Source from the content-addressed store, hash-verified

166 self.octave = 0
167
168 def octave_up(self):
169 """Increment the current octave with 1."""
170 self.change_octave(1)
171
172 def octave_down(self):
173 """Decrement the current octave with 1."""

Callers 1

Calls 1

change_octaveMethod · 0.95

Tested by

no test coverage detected