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

Method init

mingus/midi/sequencer.py:74–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 # Events Implement some of these functions when subclassing
73
74 def init(self):
75 pass
76
77 def play_event(self, note, channel, velocity):
78 pass

Callers 7

__init__Method · 0.95
midi_file_in.pyFile · 0.45
improviser.pyFile · 0.45
pygame-drum.pyFile · 0.45
pygame-piano.pyFile · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.36