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

Method notes_in_range

mingus/containers/instrument.py:78–80  ·  view source on GitHub ↗

An alias for can_play_notes.

(self, notes)

Source from the content-addressed store, hash-verified

76 return False
77
78 def notes_in_range(self, notes):
79 """An alias for can_play_notes."""
80 return self.can_play_notes(notes)
81
82 def can_play_notes(self, notes):
83 """Test if the notes lie within the range of the instrument.

Callers

nothing calls this directly

Calls 1

can_play_notesMethod · 0.95

Tested by

no test coverage detected