MCPcopy Create free account
hub / github.com/amsynth/amsynth / MidiController

Method MidiController

src/core/synth/MidiController.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34MidiController::MidiController()
35{
36 loadControllerMap();
37}
38
39void
40MidiController::HandleMidiData(const unsigned char* bytes, unsigned numBytes)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected