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

Method test_playbar

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

Source from the content-addressed store, hash-verified

90 fluidsynth.stop_NoteContainer(NoteContainer(["E", "G", Note("C", 6)]), 0)
91
92 def test_playbar(self):
93 b = Bar()
94 b + Note("C")
95 b + Note("E")
96 b + Note("G")
97 self.assertTrue(fluidsynth.play_Bar(b), 0)
98
99 def test_playbars(self):
100 b = Bar()

Callers

nothing calls this directly

Calls 3

BarClass · 0.85
NoteClass · 0.85
play_BarMethod · 0.45

Tested by

no test coverage detected