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

Method test_track

tests/integration/test_fluidsynth.py:144–153  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

142 self.assertTrue(fluidsynth.play_Track(t), 0)
143
144 def test_track(self):
145 b = Bar()
146 b + Note("C")
147 b + Note("E")
148 b + Note("A")
149 b + "E"
150 t = Track()
151 t + b
152 t + b
153 self.assertTrue(fluidsynth.play_Track(t), 0)
154
155 def test_tracks(self):
156 b = Bar()

Callers

nothing calls this directly

Calls 4

BarClass · 0.85
NoteClass · 0.85
TrackClass · 0.85
play_TrackMethod · 0.45

Tested by

no test coverage detected