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

Function play_Bars

mingus/midi/fluidsynth.py:180–185  ·  view source on GitHub ↗

Play a list of bars on the given list of channels. Set a bpm attribute on a NoteContainer to change the tempo.

(bars, channels, bpm=120)

Source from the content-addressed store, hash-verified

178
179
180def play_Bars(bars, channels, bpm=120):
181 """Play a list of bars on the given list of channels.
182
183 Set a bpm attribute on a NoteContainer to change the tempo.
184 """
185 return midi.play_Bars(bars, channels, bpm)
186
187
188def play_Track(track, channel=1, bpm=120):

Callers

nothing calls this directly

Calls 1

play_BarsMethod · 0.45

Tested by

no test coverage detected