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

Method __init__

mingus/midi/midi_track.py:49–51  ·  view source on GitHub ↗
(self, start_bpm=120)

Source from the content-addressed store, hash-verified

47 instrument = 1
48
49 def __init__(self, start_bpm=120):
50 self.track_data = b""
51 self.set_tempo(start_bpm)
52
53 def end_of_track(self):
54 """Return the bytes for an end of track meta event."""

Callers

nothing calls this directly

Calls 1

set_tempoMethod · 0.95

Tested by

no test coverage detected