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

Function stop_Note

mingus/midi/fluidsynth.py:154–159  ·  view source on GitHub ↗

Stop the Note playing at channel. If a channel attribute is set on the note, it will take presedence.

(note, channel=1)

Source from the content-addressed store, hash-verified

152
153
154def stop_Note(note, channel=1):
155 """Stop the Note playing at channel.
156
157 If a channel attribute is set on the note, it will take presedence.
158 """
159 return midi.stop_Note(note, channel)
160
161
162def play_NoteContainer(nc, channel=1, velocity=100):

Callers

nothing calls this directly

Calls 1

stop_NoteMethod · 0.45

Tested by

no test coverage detected