Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
MidiController::MidiController()
35
{
36
loadControllerMap();
37
}
38
39
void
40
MidiController::HandleMidiData(const unsigned char* bytes, unsigned numBytes)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected