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

Class Piano

mingus/containers/instrument.py:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100
101class Piano(Instrument):
102
103 name = "Piano"
104 range = (Note("F", 0), Note("B", 8))
105
106 def __init__(self):
107 Instrument.__init__(self)
108
109
110class Guitar(Instrument):

Callers 2

setUpMethod · 0.90
setUpMethod · 0.90

Calls 1

NoteClass · 0.90

Tested by 2

setUpMethod · 0.72
setUpMethod · 0.72