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

Method stop_everything

mingus/midi/sequencer.py:178–182  ·  view source on GitHub ↗

Stop all the notes on all channels.

(self)

Source from the content-addressed store, hash-verified

176 return True
177
178 def stop_everything(self):
179 """Stop all the notes on all channels."""
180 for x in range(118):
181 for c in range(16):
182 self.stop_Note(x, c)
183
184 def play_NoteContainer(self, nc, channel=1, velocity=100):
185 """Play the Notes in the NoteContainer nc."""

Callers 1

stop_everythingFunction · 0.80

Calls 1

stop_NoteMethod · 0.95

Tested by

no test coverage detected