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

Method value_left

mingus/containers/bar.py:166–168  ·  view source on GitHub ↗

Return the value left on the Bar.

(self)

Source from the content-addressed store, hash-verified

164 return self.length - self.current_beat
165
166 def value_left(self):
167 """Return the value left on the Bar."""
168 return 1.0 / self.space_left()
169
170 def augment(self):
171 """Augment the NoteContainers in Bar."""

Callers 1

add_chordMethod · 0.80

Calls 1

space_leftMethod · 0.95

Tested by

no test coverage detected