Use stop_Note to stop the notes in NoteContainer nc.
(nc, channel=1)
| 165 | |
| 166 | |
| 167 | def stop_NoteContainer(nc, channel=1): |
| 168 | """Use stop_Note to stop the notes in NoteContainer nc.""" |
| 169 | return midi.stop_NoteContainer(nc, channel) |
| 170 | |
| 171 | |
| 172 | def play_Bar(bar, channel=1, bpm=120): |
nothing calls this directly
no test coverage detected