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

Method diminish

mingus/containers/bar.py:175–178  ·  view source on GitHub ↗

Diminish the NoteContainers in Bar.

(self)

Source from the content-addressed store, hash-verified

173 cont[2].augment()
174
175 def diminish(self):
176 """Diminish the NoteContainers in Bar."""
177 for cont in self.bar:
178 cont[2].diminish()
179
180 def transpose(self, interval, up=True):
181 """Transpose the notes in the bar up or down the interval.

Callers 9

test_diminishMethod · 0.95
diminished_seventhFunction · 0.45
dominant_flat_fiveFunction · 0.45
minor_unisonFunction · 0.45
get_intervalFunction · 0.45
from_shorthandFunction · 0.45
to_chordsFunction · 0.45
test_diminishMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_diminishMethod · 0.76
test_diminishMethod · 0.36