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

Function play_Tracks

mingus/midi/fluidsynth.py:193–195  ·  view source on GitHub ↗

Use play_Bars to play a list of Tracks on the given list of channels.

(tracks, channels, bpm=120)

Source from the content-addressed store, hash-verified

191
192
193def play_Tracks(tracks, channels, bpm=120):
194 """Use play_Bars to play a list of Tracks on the given list of channels."""
195 return midi.play_Tracks(tracks, channels, bpm)
196
197
198def play_Composition(composition, channels=None, bpm=120):

Callers

nothing calls this directly

Calls 1

play_TracksMethod · 0.45

Tested by

no test coverage detected