Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ sendMessage
Method
sendMessage
plugins/Cardinal/src/HostMIDI-CC.cpp:375–378 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
373
}
374
375
void sendMessage(const midi::Message& message)
376
{
377
pcontext->writeMidiMessage(message, channel);
378
}
379
380
} midiOutput;
381
Callers
nothing calls this directly
Calls
1
writeMidiMessage
Method · 0.45
Tested by
no test coverage detected