Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
class
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
110
class
Guitar(Instrument):
Callers
2
setUp
Method · 0.90
setUp
Method · 0.90
Calls
1
Note
Class · 0.90
Tested by
2
setUp
Method · 0.72
setUp
Method · 0.72