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

Function stop_NoteContainer

mingus/midi/fluidsynth.py:167–169  ·  view source on GitHub ↗

Use stop_Note to stop the notes in NoteContainer nc.

(nc, channel=1)

Source from the content-addressed store, hash-verified

165
166
167def 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
172def play_Bar(bar, channel=1, bpm=120):

Callers

nothing calls this directly

Calls 1

stop_NoteContainerMethod · 0.45

Tested by

no test coverage detected