MCPcopy Create free account
hub / github.com/DISTRHO/DPF / send_midi

Method send_midi

distrho/src/DistrhoUIDSSI.cpp:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 void send_midi(uchar data[4]) const
79 {
80 char targetPath[std::strlen(path)+6];
81 std::strcpy(targetPath, path);
82 std::strcat(targetPath, "/midi");
83 lo_send(addr, targetPath, "m", data);
84 }
85
86 void send_update(const char* const url) const
87 {

Callers 1

sendNoteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected