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

Function play_NoteContainer

mingus/midi/fluidsynth.py:162–164  ·  view source on GitHub ↗

Use play_Note to play the Notes in the NoteContainer nc.

(nc, channel=1, velocity=100)

Source from the content-addressed store, hash-verified

160
161
162def play_NoteContainer(nc, channel=1, velocity=100):
163 """Use play_Note to play the Notes in the NoteContainer nc."""
164 return midi.play_NoteContainer(nc, channel, velocity)
165
166
167def stop_NoteContainer(nc, channel=1):

Callers

nothing calls this directly

Calls 1

play_NoteContainerMethod · 0.45

Tested by

no test coverage detected