Stop all the playing notes on all channels.
()
| 211 | |
| 212 | |
| 213 | def stop_everything(): |
| 214 | """Stop all the playing notes on all channels.""" |
| 215 | return midi.stop_everything() |
| 216 | |
| 217 | |
| 218 | def modulation(channel, value): |
nothing calls this directly
no test coverage detected