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

Method augment

mingus/containers/bar.py:170–173  ·  view source on GitHub ↗

Augment the NoteContainers in Bar.

(self)

Source from the content-addressed store, hash-verified

168 return 1.0 / self.space_left()
169
170 def augment(self):
171 """Augment the NoteContainers in Bar."""
172 for cont in self.bar:
173 cont[2].augment()
174
175 def diminish(self):
176 """Diminish the NoteContainers in Bar."""

Callers 9

test_augmentMethod · 0.95
augmented_triadFunction · 0.45
dominant_sharp_ninthFunction · 0.45
lydian_dominant_seventhFunction · 0.45
augmented_unisonFunction · 0.45
from_shorthandFunction · 0.45
to_chordsFunction · 0.45
test_augmentMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_augmentMethod · 0.76
test_augmentMethod · 0.36