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

Function stop_everything

mingus/midi/fluidsynth.py:213–215  ·  view source on GitHub ↗

Stop all the playing notes on all channels.

()

Source from the content-addressed store, hash-verified

211
212
213def stop_everything():
214 """Stop all the playing notes on all channels."""
215 return midi.stop_everything()
216
217
218def modulation(channel, value):

Callers

nothing calls this directly

Calls 1

stop_everythingMethod · 0.80

Tested by

no test coverage detected