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

Function play_Track

mingus/midi/fluidsynth.py:188–190  ·  view source on GitHub ↗

Use play_Bar to play a Track object.

(track, channel=1, bpm=120)

Source from the content-addressed store, hash-verified

186
187
188def play_Track(track, channel=1, bpm=120):
189 """Use play_Bar to play a Track object."""
190 return midi.play_Track(track, channel, bpm)
191
192
193def play_Tracks(tracks, channels, bpm=120):

Callers

nothing calls this directly

Calls 1

play_TrackMethod · 0.45

Tested by

no test coverage detected