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

Function play_Composition

mingus/midi/fluidsynth.py:198–200  ·  view source on GitHub ↗

Play a composition.

(composition, channels=None, bpm=120)

Source from the content-addressed store, hash-verified

196
197
198def play_Composition(composition, channels=None, bpm=120):
199 """Play a composition."""
200 return midi.play_Composition(composition, channels, bpm)
201
202
203def control_change(channel, control, value):

Callers

nothing calls this directly

Calls 1

play_CompositionMethod · 0.45

Tested by

no test coverage detected