MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / onMessage

Method onMessage

plugins/Cardinal/src/HostMIDI.cpp:578–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576 : pcontext(pc) {}
577
578 void onMessage(const midi::Message& message) override
579 {
580 pcontext->writeMidiMessage(message, channel);
581 }
582 } midiOutput;
583
584 HostMIDI()

Callers

nothing calls this directly

Calls 1

writeMidiMessageMethod · 0.45

Tested by

no test coverage detected